stefan-kolb / nucleus

Platform as a Service API abstraction layer.
MIT License
28 stars 0 forks source link

Credentials are not correctly URL encoded #54

Closed stefan-kolb closed 9 years ago

stefan-kolb commented 9 years ago

~~Filter does not work then. Probably this is even a problem with not escaping the query params in the request already!~~

stefan-kolb commented 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!