-
I'm currently rewriting an old project using CefSharp.WinForms. It's a simple browser that specializes in one thing: replacing online media resources with local files. My old implementation was:
The old code works, but I wonder if there's a better way to achieve this. For example, is it possible to return my forged response directly without having any redirects (all while not sending any traffic to the original URL)? |
Beta Was this translation helpful? Give feedback.
Answered by
amaitland
Jul 30, 2024
Replies: 1 comment
-
https://github.com/cefsharp/CefSharp/wiki/General-Usage#request-interception |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RadarNyan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/cefsharp/CefSharp/wiki/General-Usage#request-interception