Thanks a lot, Ox
You are really going the extra mile!
Doesn't work, though:
When I get from the upstream proxy
HTTP/1.1 407 Proxy Access Denied
Expires: 0
Server: WebMarshal Proxy
Cache-Control: no-cache
Connection: close
Proxy-Connection: close
Via: 1.1 WEBMARSHAL
Content-Length: 2379
Content-Type: text/html; charset=utf-8
Proxy-Authenticate: Negotiate
Proxy-Authenticate: NTLM
Proxy-Authenticate: Basic realm="WebMarshal Proxy Server"
X-WebMarshal-RequestID: XXXXXXXXXXXXXX
I send:
GET
http://www.w3.org HTTP/1.1
User-Agent: Java/1.6.0_37
Host:
www.w3.orgAccept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Via: 1.1.127.0.0.1
Proxy-Authorization: Basic XXXXXXXXXXXXXXXXX
But I get again a:
HTTP/1.1 407 Proxy Access Denied
Expires: 0
Server: WebMarshal Proxy
Cache-Control: no-cache
Connection: close
Proxy-Connection: close
Via: 1.1 WEBMARSHAL
Content-Length: 2379
Content-Type: text/html; charset=utf-8
Proxy-Authenticate: Negotiate
Proxy-Authenticate: NTLM
Proxy-Authenticate: Basic realm="WebMarshal Proxy Server"
X-WebMarshal-RequestID: xxxxxxxxxxxxxxxxxxxxxx
I assume that the upstream proxy does not allow for Basic Authentication. - Is there a way to configure LittleProxy to use upstream NTLM authentication?
Many thanks, Leo