When accessing the application I wrote, FireBug shows that each call to the web service or HTTP handler is executed three times, and the first two times show as “401 unauthorized”, even if they return the correct result. It is consistent. Each challenge does the same.
Any ideas why this is happening?
NTLM permission negotiation is in progress. Check MSDN on Microsoft NTLM: http://msdn.microsoft.com/en-us/library/aa378749.aspx
( ) IIS, Windows.NTLM ( Kerberos), NTLM.
Are you sure that calls returning 401 also return the correct result? They should not be.
It sounds like an agreement for authorization.
Source: https://habr.com/ru/post/1704468/More articles:What is the best way to change the web.config connection string at runtime? - authenticationUsecase Diagram Entity - umlDoes any Unix-like system attribute a value to a SUID bit in a directory? - linuxI am protected against SQL injection - securityGrails Deployment Error - tomcatProblem with tab order in IE with initial field selection in Javascript form - javascriptHow can I use IL to make decisions and look for bottlenecks? - c #Script Size Limit in SQL Server Management Studio - sqlNhibernate - query with join table without relationship - joinВернуть символ в stdin в Ocaml - ocamlAll Articles