Tagged Questions
1
vote
0answers
71 views
How to enable both CORS support and NTLM authentication
I have a self-hosted c# consol web API. It services several web applications that use AngularJS to perform async http requests. It needs to have both CORS support and NTLM Authentication.
I ...
0
votes
1answer
186 views
Using curl with NTLM auth to make a post is failing
I can't seem to wrap my head around this. I'm trying to script automating an upload of a csv but the curl is failing with a 401.
curl -v --ntlm -u username --upload-file ~/galaxy/forums/pt_update.csv ...
0
votes
2answers
36 views
How do I interpret this Request Header to a plain sentence?
Can you explain in one sentence what is requested by the Request Header below?
(So that I can find explanation of each term :Negotiate, Basic-realm, NTLM)
WWW-Authenticate Negotiate NTLM Basic ...
2
votes
1answer
210 views
Ruby http client with “native” ntlm proxy support
I am looking for a ruby HTTP client gem that supports NTLM proxy authentication "natively" - not through cntlm or similar local proxies.
Any hints appreciated.
1
vote
0answers
287 views
jQuery sends 2 requests for ntlm negotiation ?
im using jQuery ajax to call an Ashx handler which repondes jSon objects.
my iis is configured to NTLM. ( windows authentication).
how ever - for each requests ( which i call 1 time) - there are ...
1
vote
0answers
152 views
VM specific HTTP proxy authentication
I assumed that this should be easy to find with Google, but after thorough searching and trying to understand the actual implementation without full success, I thought someone here might perhaps have ...
2
votes
1answer
367 views
Are there HTTP client libraries for Delphi which suport NTLMSSP authentication?
We recently started using a Squid HTTP proxy server which provides squid-2.5-ntlmssp authentification.
Does somebody know if NTLMSSP is supported by one of the popular HTTP client libraries for ...
0
votes
1answer
621 views
Unexpected HTTP Status Codes using WCAT with NTLM
Does anyone know how to avoid WCAT recording unexpected "401 Unauthorized" HTTP Status codes when testing a web application that uses NTLM authentication? An example of the code I am using for a ...
0
votes
1answer
822 views
Soap NTLM Authorization
I'm trying to access a webservice that it's protected with NTLM Authorization. Usually, for a normal webservice protected with basic HTTP Auth I can authenticate using the "Authorization" header in ...
0
votes
1answer
611 views
HTTP Connect via NTLM authenticating proxy server
I am trying to write Connect calls via a NTLM authenticating proxy server. I open a socket to the proxy server and send it a “CONNECT x.x.x.49:80 HTTP/1.1\r\n\r\n”. I expect this to fail as it is an ...
2
votes
1answer
1k views
Writing a custom NTLM challenge/response in ASP.Net
I know that you can enable NTLM authentication in an ASP.Net app using:
<authentication mode="Windows" />
However - I need to handle Forms, HTTP and other custom authentications in the same ...
3
votes
1answer
1k views
KSoap-Android\JCIFS sends empty HTTP post
I created an NTLM authenticating SOAP client based on KSOAP-Android and JCIFS. The implementation looks something like this:
public class NtlmServiceConnection implements ServiceConnection
{
...
0
votes
1answer
1k views
Caching of images and script in the _layouts directory
I am trying the figure out why the images (or js, or css) in the _layouts directory are not cached by either IE or FF.
The authentication on the site collection is NTLM. The _layouts folder has ...
2
votes
1answer
839 views
Can a Java Applet use the browser's NTLM authorization header?
I have a Java Applet which needs to post some stuff to the web. The code, the author of which has long since disappeared, is currently using raw Java.net.Sockets to communicate with the server.
On ...
1
vote
2answers
1k views
IIS -> connector -> Tomcat (NTLM authentication)
I wanted to get feedback on a potential setup and wanted to make sure it would likely work before embarking on this path.
I want to use IIS in from of Tomcat to do NTLM authentication. There is a Web ...
4
votes
6answers
22k views
How do I use NTLM authentication with Active Directory
I am trying to implement NTLM authentication on one of our internal sites and everything is working. The one piece of the puzzle I do not have is how to take the information from NTLM and authenticate ...

