[Webkit-unassigned] [Bug 137299] POST is missing a body after registerSchemeForCustomProtocol

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 2 09:29:46 PDT 2014


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





--- Comment #6 from Alexey Proskuryakov <ap at webkit.org>  2014-10-02 09:29:43 PST ---
> I would say that allowing the HTTPBody to be serialized will fix most of the simple FORM POST requests, which might be good enough already.

I expect that file upload won't work in this case, which is probably not good enough for a shipping browser.

Beefing up custom protocols so that they could work to fully replace http stack does not seem like a worthy goal to me personally (Sam, Anders and Andy would be the authority on this, not me). Perhaps we should explicitly block anything but GET, to avoid giving an impression that this may sort of work?

HTTP resource fetching is just too low level to meaningfully delegate.

-- 
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