Skip to Content
0
Former Member
Oct 24, 2005 at 11:34 AM

Internet-proxy

253 Views

We developed a java web-service application deployed to NetWeaver SP9. This application creates a http-connection for every request of the web-client (a httpUrlConnection in java.net), trying to pass true a internet-proxy (squid-proxy). The proxy connection must be authenticated.

We analyzed the request/response with a TCP-monitor and we found out that every request of web-service will be cut off: there is no Property like Proxy-Authentication. Is there somebody, that can help me to configure NetWeaver or write the request (java code), in order to call a service with a http-request passing true a internet-proxy with Proxy-Authentication?