Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 jQuery ajax 调用返回 json 对象的 Ashx 处理程序。
我的 IIS 服务器配置为使用 NTLM(Windows 身份验证)。
但是,对于每个请求(我称之为1 time) -日志中有超过1 个请求。
http://i.stack.imgur.com/Bf2ps.jpg
问题 :
如何将其转换为 单个请求/响应?