Why does IE issue random XHR 408/12152 responses using jQuery post?

前端 未结 2 1675
逝去的感伤
逝去的感伤 2020-12-31 19:47

I\'ve just come across a problem relating to IE that there seems to be virtually no documentation about on the \'Net - only a few people asking similar questions.

Wh

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-31 20:14

    I solved it by adding "Connection: close" to ajax header also.

    There is no need to add "Connection: close" to the response header from the server.

    I have tested firing 1,000 requests.

提交回复
热议问题