This is the POST request, which is used by default for ASIFormDataRequest. The difference is the same as in a regular HTTP request. You can read about it here if you still don't know it.
In general, if you just upload a web page and you donβt need to send any variables to the server, a GET request is enough. If you want to send variables to your request, often since the POST request is the way to go, because it is a bit more secure and less transparent.
Michael frederick
source share