Ajax on Captive Network Assistant on iOS and OSX

前端 未结 1 764
失恋的感觉
失恋的感觉 2021-01-06 13:34

Does ajax work on Captive network Assistant on iOS and OSX? I am using jquery to do the following, but does not work. The respons

相关标签:
1条回答
  • 2021-01-06 14:10

    From our experimentation it seems like only synchronous calls are "blocked", hence the async : false in your code.

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