Answer the question
In order to leave comments, you need to log in
How to increase POST request timeout in Ajax?
There is a simple POST request script that requests a simple php.
$.ajaxSetup({
timeout: 300000
});
$.ajax({
type: "POST",
timeout: 300000,
sleep(1); echo 'ok';
sleep(65); echo 'ok';
Answer the question
In order to leave comments, you need to log in
The browser does not understand your imports and exports. Deal with it and look for workarounds - webpack + babel.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question