What causes Firefox to execute a POST request with a GET request when submitting a form via the POST method? The GET method is sent to the same URL as the POST method, but without the request parameters.
If you change the form method to GET, this will result in two identical GET requests.
Martin OConnor
source
share