I\'d like to know if the POST method on HTTP sends data as a QueryString, or if it use a special structure to pass the data to the server.
In fact, when I analyze t
If your post try to reach the following URL
mypage.php?id=1
you will have the POST data but also GET data.