-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CreateWebResourceResponse with content-encoding gzip #3629
Comments
Hi @stefan1000 could you please provide some more information about this?
|
Using Win32 C++ API like
SDK 1.0.1722.4 |
Same problem here with |
I think I just ran in to this. I want to create a response using deflate compressed data. If I add It looks like WebView2's requests do not include an Any chance this could get looked at soon? |
Hi,
we are trying to directly pass gz encoded data via CreateWebResourceResponse by adding a header
Content-Encoding: gzip
and setting the gz content as payload.
In request headers there is no accepted encoding header, just passing Content-Encoding results in garbage results...
Are we doing something wrong or are those things not possible ?
The text was updated successfully, but these errors were encountered: