Closed stefan-kolb closed 9 years ago
It is not a problem of VCR filter but of passing the credentials to the URL requests.
Does not work when sending auth request to Heroku.
/login?username=#{username}&password=#{password}
.
We must also make sure that these escaped values are filtered!
~~Filter does not work then. Probably this is even a problem with not escaping the query params in the request already!~~