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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 2 11:47:34 PDT 2014


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





--- Comment #7 from Sam Weinig <sam at webkit.org>  2014-10-02 11:47:32 PST ---
(In reply to comment #6)
> > 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.

Please note that using custom protocol handlers with the Modern WebKit API is not supported at all at this time (it would require use of SPI which can change at any time).

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