Hi, I am testing the Dolphin browser with my web application. There is a part of my application where the browser does a form submission using the POST method to a particular endpoint. This endpoint does not respond immediately, and usually the POST request has to be held for a period of time ranging from 10 secs, up to 3 minutes.
Now for this particular case, I found that Dolphin browser will regenerate a new POST request to the same endpoint again 3 to 5 seconds from the time the first POST request was made. And it will make repeated requests up to 3 times, every 3-5 secs, and the final POST request maintains the connection for a long time.
Any explanation for this behavior? I don't see this happening in other browsers..
Now for this particular case, I found that Dolphin browser will regenerate a new POST request to the same endpoint again 3 to 5 seconds from the time the first POST request was made. And it will make repeated requests up to 3 times, every 3-5 secs, and the final POST request maintains the connection for a long time.
Any explanation for this behavior? I don't see this happening in other browsers..