VCRURLConnection icon indicating copy to clipboard operation
VCRURLConnection copied to clipboard

VCRURLConnection is an iOS and OSX API to record and replay HTTP interactions, inspired by VCR for ruby

Results 9 VCRURLConnection issues
Sort by recently updated
recently updated
newest added

This suppresses a warning, shown in iOS projects importing `VCRURLConnection-iOS`, that reads - “MobileCoreServices has been renamed. Use CoreServices instead.”

This pull request adds compatibility for tvOS and bumps the version number

Hi @dstnbrkr! First of all, thanks for the great tool, it helps us a lot mocking the network communication and therefore speeding up our integration tests. Unfortunately we cannot use...

It there any possibility for https session recording? Currently I can see only http requests are recorded.

I was able to get things working just from the ease of using Cocoapods, but many users won't be as lucky. Also, the tutorial is very, very limited. It would...

The API I'm writing tests for with VCR requires some URLs to contain a time-based string signature, that renders a different signature every x seconds. When using VCR to replay...

VCRURLConnection doesn’t properly record requests if they have the same method and same URL but different headers and/or body. This is obvious when looking at the source code since `VCRRequestKey`...

I read the code, and I'm pretty sure you're doing it right with pretty print but the results don't match what I expect. Which is lines & tabbing. Instead it's...

Currently is "save = string, load = url"