Forum Discussion

waterfall_10467's avatar
waterfall_10467
Icon for Altostratus rankAltostratus
Jan 24, 2012

NTLM

Hi;

 

 

We have an IIS server and there is windows authentication (kerberos) on the server so when client send http request to iis server client get 401 error code message but the client re-send http request to iis server that can be login success via 200 code on the server. actually you know that is a standart behavior of IIS.

 

 

We are thinking we can handle it due F5 that is why we have decided contiune due f5 to solution of issue when we client send http request to iis server on the f5 , session is dropped because firstly the F5 get 401 response from iis server so session can not contiune.

 

How can do the configuration on the f5 ? Do we need ntlm profile if so how can we do? what is your suggestions about the issue

 

 

 

Http monitor

 

 

send string :

 

 

GET /dashboard/default.aspx HTTP/1.1\r\nHost: anonymous.company\r\nconnection: Close\r\n\r\n

 

 

receive string: unauthorized

 

 

username: anonymous\can

 

password: **********

 

No RepliesBe the first to reply