Postback is not working in Safari in Windows 7

后端 未结 1 1896
既然无缘
既然无缘 2020-12-20 08:43

Our QA team reported that one of our applications is not working in Safari in Windows 7. After checking the problem we figured out that any postback event is not working. Af

相关标签:
1条回答
  • 2020-12-20 09:14

    Safari has an issue when working with Windows Authentication under IIS if Negotiate provider is enabled so AJAX POST is not working.

    How to resolve?
    In IIS, go to the Authentication settings of your website. Right click on Windows Authentication, choose providers and remove Negotiate, leaving NTLM this makes everything works fine.

    [References]
    AJAX POST Request Only Works Once in Safari 5
    Negotiate Mechanism article in Wikipedia shows that it is not implemented in Safari

    0 讨论(0)
提交回复
热议问题