.net SetWebProxyInfo method throw exception
AnsweredI try to get connected over a WebProxy.
So i setup in the InitializeRainbowSDK the rainbowApplication.SetWebProxyInfo("http://proxyname:3128"). The proxy do not need a user and password.
After that the callback give me this:
Does anybody use the WebProxy method ?
Thanks
BR Axel
-
It's not a problem to use a specific port: 80, 8080, 3128 or anything else. I used myself 8080 or 3128 in my own tests.
The exception is raised because the parsing of the REST login failed: it means that the SDK has received an unexpected response.
Which SDK version are you using ?
Using the callback object could you indicate me what are values of ResponseStatus and HttpStatusCode of the SDKError object ?
Please sign in to leave a comment.
Comments
8 comments