[Webkit-unassigned] [Bug 137299] POST is missing a body after registerSchemeForCustomProtocol
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 1 07:17:26 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137299
--- Comment #2 from Daniel <danielo at opera.com> 2014-10-01 07:17:24 PST ---
Manual test case:
1. go to http://world-backgammon.rhcloud.com/login.php
2. click "Login" button
Expected results: a message "You did not fill in a required field."
Actual results: the page is reloaded, and you see the form again, because POST parameters are not sent (and Content-Length = 0).
For this to happen you need to register a custom NSURLProtocol handling HTTP.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list