23tux / vcr_proxy

19 stars 10 forks source link

No option to record cookies #6

Open supernitin opened 11 years ago

supernitin commented 11 years ago

I am using capybara-webkit to build a website crawler. To test my crawler I was hoping to use vcr_proxy. However, I can not read previously set cookies via capybara when I visit a site being read from a vcr_proxy created cassette.

Is there a way to enable this? I am new to ruby...and development. However, happy to help make this happen in any way that I can.

23tux commented 11 years ago

Hi,

thanks for your contribution! I've never thought of that cookie stuff, but I'll have a look at it on monday. It would be helpful to have some more information, how you are testing. Can you provide some snippets, so that I can reproduce your issue quickly?

Kind regards!