mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-05-21 22:24:26 +02:00
Modifying the URL in OnBeforeResourceLoad causes an internal redirect response. In cases where the request is cross-origin and credentials mode is 'include' the redirect response must include the "Access-Control-Allow-Credentials" header, otherwise the request will be blocked.