wiztools / rest-client

Tool to test HTTP/RESTful webservices.
Apache License 2.0
1.53k stars 372 forks source link

Proxy Auth AND Destination Auth #54

Open opticyclic opened 8 years ago

opticyclic commented 8 years ago

I have set my proxy details in the settings. If I make a request I get a response saying I am not authenticated. - This shows the proxy settings work. If I go to the Auth tab and put in the user name and password for the destination I get an error saying I am not authenticated at the proxy!

Is there support for going through the proxy AND authenticating at the other end (with different username/passwords)?

subwiz commented 8 years ago

The proxy never will hijack the authentication mechanism of the webapp. There could be some other issue.