Replies: 2 comments 4 replies
-
In future please use discussions to ask questions rather than the feature request. https://github.com/cefsharp/CefSharp/discussions
As per https://github.com/cefsharp/CefSharp/blob/master/.github/ISSUE_TEMPLATE/feature_request.md Enhancements to the request interception API need to be made upstream first.
You have the path to the file, what's stopping you from reading it? |
Beta Was this translation helpful? Give feedback.
-
Can you provide some examples for me? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using cefsharp to host a web page that uses js to request a custom protocol Url and request interception in C#, but I can't get the binary content of the file。
js code:
C# code
post data:

Beta Was this translation helpful? Give feedback.
All reactions