Zheaoli commented on issue #3810: URL: https://github.com/apache/incubator-opendal/issues/3810#issuecomment-1868814026
> Hi, @Zheaoli, would you like to try add `Accept-Encoding: identity` under wasm32? Unfortunately, It can't be done in the Brower. The `Accept-Encoding` field is one of the forbidden header fields in the Brower. Which means that we can not change the field value in the JS or the WASM code FYI : 1. https://developer.mozilla.org/en-US/docs/Glossary/Forbidden_header_name 2. https://github.com/chromium/chromium/blob/2898ac290cf80164cee57e7145fe45f858b6ee9f/net/http/http_util.cc#L305-L330 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
