zhangqd / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

Store non-standard HTTP headers in history #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Non-standard HTTP headers, usually prefixed with 'X-', are used by a number
of server-based applications. It is currently possible to create a
CefRequest that contains non-standard HTTP headers and load that request
via a call to CefFrame::LoadRequest(). If the request is then re-loaded via
a call to CefBrowser::Reload() the non-standard HTTP headers are remembered
and re-submitted. However, if the request is loaded by navigating the history
then the non-standard HTTP headers will have been lost and will not be
re-submitted.

This feature requires an enhancement to the underlying WebKit layer. The
WebKit bug report has been filed here:

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

Original issue reported on code.google.com by magreenb...@gmail.com on 6 Jul 2009 at 4:53

GoogleCodeExporter commented 9 years ago
Change sets to address this issue for WebKit and Chromium are available here:

http://codereview.chromium.org/220010  (WebKit)
http://codereview.chromium.org/225012  (Chromium)

Original comment by magreenb...@gmail.com on 23 Sep 2009 at 5:49

GoogleCodeExporter commented 9 years ago
CEF is transitioning from Google Code to Bitbucket project hosting. If you 
would like to continue receiving notifications on this issue please add 
yourself as a Watcher at the new location: 
https://bitbucket.org/chromiumembedded/cef/issue/42

Original comment by magreenb...@gmail.com on 14 Mar 2015 at 3:20