Comment #4 on issue 12718 by huttnified: Google Chrome sends GET request
for POST form
http://code.google.com/p/chromium/issues/detail?id=12718
Yes, I can also confirm this problem.
I sent a simple POST variable via an HTML form to a PHP script. Then
just a simple statement to echo only if the POST variable is set:
if (isset($_POST['sublogin'])){
echo "trying to login";
}
However, this does not perform as expected. The POST array is empty.
Works fine on
FF3.5, IE7,IE8, and Safari, though. Ugh.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---