Sending referrer data

oldteacher

Active member
Is it possible to send all referrer data? No matter what I try always end up with my standard "no referrer detected".

If it should work, please give me some example code.

Thanks!
 
Unfortunately, in WebView2 (based on Edge/Chromium), sending or overriding the Referer header is currently not fully supported for navigation requests. This is due to security and privacy restrictions, especially when dealing with HTTPS and cross-origin requests.
Chromium enforces strict rules for referrer handling.
 
Back
Top