I'm using the downloading tool with a correct URL and I got the following error:
HTTP/1.1 407 Proxy Authentication Required
Proxy-Authenticate: NEGOTIATE
Proxy-Authenticate: NTLM
Proxy-Authenticate: BASIC realm="MillwardBrownDC"
Cache-Control: no-cache
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Proxy-Connection: close
Set-Cookie: BCSI-CS-f89c73c53b0f638a=2; Path=/
Connection: close
Content-Length: 849
I've read that it should be due to my company is using a proxy for some outbound connections but the thing is that when I try to do this with an internet browser, I don't have any problem.
If I do this coding with Java, I don't have problems either and I don't need to tell java any user or password to connect through any proxy.
The URL that I'm trying to access belongs to an OSM API. I've tried using a URL to access to the Google Places API from Alteryx and it works like a charm.
Any idea how to solve this?
Thanks!