vcr_proxy
vcr_proxy copied to clipboard
I've set up your code as a proxy server. In my client code I use Watir and phantomJS point to the VCR proxy. If I comment out "use_cassette", everything works...
SSL is dead, having been removed from the latest version of IE, Firefox and Chrome. At the moment, the replacement is TLS, but I think an even better way to...
I was able to get the vcr_proxy.rb server up and running and I've obtained the recordings I wish to playback. I want to use these recordings test a single page...
At the current version, the name of the cassette is fixed. Any clever idea, how to make the cassettes configurable? For example: If I have a lot of ajax requests...
Hey, this is current state of this project for us; we managed to get it in use but for now we're leaving it behind over https://github.com/oesmith/puffing-billy. if you find anything...
For every HTTPS request, a new MITM server is started. This is because the certificate needs to set the host (see `vcr_proxy.rb:32`) for every request, because they could be different....
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...
How could the integration into other frameworks be handled? Like modules for RSpec...
When a lot of requests are made, VCR complains that there is already a cassette in use, and the cassettes could not be nested. By now, `VCR.use_cassette` is called in...