Hi everyone,
I would like to use in my program an HTTPsocket with post method.
When I’m testing a code in my personal network (without proxy). That’s works perfectly. But in Corporate environment with Proxy. It doesn’t work.
I add event in my http socket “ProxyAuthenticationRequired” this code
Name = "jerome.leray@domain.com"
Password = "Domain@password"
Return True
Is it necessary to add proxy url (http://autoproxy.mydomain.local:8080/proxy.pac) ?
What’ s the best method ?
Thanks for your help !
Jrme