[Webkit-unassigned] [Bug 160432] XHR Remove Headers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 19 01:41:08 PDT 2016


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

--- Comment #8 from youenn fablet <youennf at gmail.com> ---
The simplest approach might be to grep the code for
- addHTTPHeaderField
- HTTPHeaderName::
You will find places like CachedResource (for referrer and origin), DocumentThreadableLoader, CachedResourceLoader, ResourceLoader.
Other headers might be specified in WebKit platform a specific code (see soup, cf code).
Non-WebKit code my also update headers: HTTP libraries, browser a specific code.

If you are building your app with a browser, one solution may be a local proxy between your client and server.

If you are using a WebView, there may be callbacks that may allow you to inspect and modify requests before sending them.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160819/7e6a638d/attachment.html>


More information about the webkit-unassigned mailing list