[Webkit-unassigned] [Bug 201950] REGRESSION (r238252): HTTP POST is losing application/x-www-form-urlencoded body if there's a redirect to different host

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 29 15:49:16 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=201950

--- Comment #2 from Chris Dumez <cdumez at apple.com> ---
Even though I wasn't expecting it here, it seems we are process-swapping:
Source URL is https://redirection-experiment.herokuapp.com/ / Target URL is https://redirection-experiment-landing.herokuapp.com/landing / targetRegistrableDomain is redirection-experiment-landing.herokuapp.com

For some reason, redirection-experiment-landing.herokuapp.com is recognized as a registrable domain and not herokuapp.com. This seems to have found a bug in our process-swap on navigation code path.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191029/962a2207/attachment.htm>


More information about the webkit-unassigned mailing list