minkphp / MinkZombieDriver

Zombie.js driver for Mink framework
41 stars 49 forks source link

Curl option with mink-zombie-driver #116

Closed bourg-ismael closed 9 years ago

bourg-ismael commented 9 years ago

Hi,

I have a problem with zombie. To access to my website I have to set some curl options. When I use behat without javascript I use goutte and I set curl options on guzzle_parameters. But with Zombie I don't know how set some curl options and I can't access to my website. It only return :

<html><head></head><body></body></html>
aik099 commented 9 years ago

Which options specifically you're talking about, maybe it's http authentication or custom headers?

aik099 commented 9 years ago

@bourg-ismael have you closed this task by accident?