Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
some times ria services invoke operation call their will be 401 status shown in the flidder after 200 status shown in the flidder.
the ria services hosted in the iis 6.0 with windows authentication. can you let me know wht is issue going around.

VB
Step 1

HTTP/1.1 401 Unauthorized
Content-Length: 1656
Content-Type: text/html
Server: Microsoft-IIS/6.0
WWW-Authenticate: Negotiate
WWW-Authenticate: NTLM
X-Powered-By: ASP.NET
Date: Tue, 13 Nov 2012 05:26:16 GMT
Proxy-Support: Session-Based-Authentication


step 2
HTTP/1.1 401 Unauthorized
Content-Length: 1539
Content-Type: text/html
Server: Microsoft-IIS/6.0
WWW-Authenticate: Negotiate

VB
X-Powered-By: ASP.NET
Date: Tue, 13 Nov 2012 05:26:33 GMT
Proxy-Support: Session-Based-Authentication

step 3

HTTP/1.1 200 OK
Cache-Control: private
Date: Tue, 13 Nov 2012 05:26:37 GMT
Content-Type: application/msbin1
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Encoding: gzip
Vary: Accept-Encoding
Transfer-Encoding: chunked


Regards
Srinivas
Posted

1 solution

issue has solved, forcing Windows Authentication as NTLM
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900