Hi,
I'm a developer trying to interface a Ruby client to retrieve data from a local REST interface. The interface is behind a Sophos proxy, so I am specifying the proxy information (IP and port) and my login credentials as part of the request. This works fine in a browser - I am prompted for the proxy login and then the site login.
However, programmatically it appears that there is a redirect to https://passthrough.fw-notify.net, and the site sends back the standard proxy login screen. So despite my specifying login credentials for the proxy, it appears that the credentials are lost in the redirect.
Here is what I am seeing:
https://passthrough.fw-notify.net/static/auth_transparent.html? return=https://
Any ideas on how I can get the credential information to passthrough.fw-notify.net? (or is something else happening?)
Thanks!
This thread was automatically locked due to age.