Questions tagged [proxy-authentication]

81 questions
0
votes
1 answer

Is it possible to configure proxy authentication username and password in windows?

I have a squid proxy server with basic SQL db authentication. When setting it on a client machine, the user is prompted with a dialog that asks for the username/password. When they are entered and the save box is checked, the prompt no longer…
0
votes
1 answer

Issuing HTTP requests using IE proxy with AD authentication

In a corporate desktop scenario, where the user is logged in to an Active Directory domain, I'd like my application to issue HTTP requests using the same proxy as Internet Explorer uses. The problem is that the proxy requires NTLM authentication…
dnet
  • 1,411
  • 9
  • 19
0
votes
1 answer

How to create SPNEGO token to be sent in HTTP header from Kerberos TKT?

I am developing an application that requires to authenticate with proxy using negotiate. User may not have Kerberos client installed. I am trying to achieve this using MIT Kerberos Library in order to avoid platform dependecy. I have successfully…
Ajit Singh
  • 13
  • 1
  • 2
0
votes
1 answer

Proxy Authentication -- HTTP/HTML Details?

My company produces a program that, among other things, needs to connect to the company's servers for updates and e-commerce purposes. We've had this for a long time, but we've never figured out how to handle "proxy authentication", where a proxy…
Head Geek
  • 38,128
  • 22
  • 77
  • 87
0
votes
0 answers

random Authorization error 407 using libcurl

i am using libcurl to do HTTP request. The request goes through authenticated proxy. Below are my settings with regards to proxy curlResultCode = curl_easy_setopt(curlHandle, CURLOPT_PROXY, ); curlResultCode =…
linux developer
  • 821
  • 1
  • 13
  • 34
-1
votes
1 answer

HTTP request from Jenkins pipeline with proxy auth and client certificate

I need to make an HTTP call from my Jenkins pipeline to an external HTTPS resource that requires client certificate. Additionally, Jenkins is behind a corporate proxy that requires authentication. After quite a bit of struggle I managed to get a…
1 2 3 4 5
6