aes128gcm content encoding / MS Edge support
See original GitHub issueHi,
I tested sending a notification to MS Edge - already working in Chrome and Firefox - without success: the push server (https://db5.notify.windows.com/w/?token=...
) returns 400 Bad Request with no body.
After a quick check and according to https://github.com/web-push-libs/web-push-php/releases/tag/v4.0.0 it appears to be because it requires the aes128gcm
content encoding, aesgcm
won’t work (I have not confirmed this).
Are there any plans to add support for aes128gcm? Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
How do I change encoding to UTF-8 in Edge
I'm using UTF-8(Unicode) for Vietnamese. But I can't change Encode with MS Edge. IT show incorrect character. Help me. Thanks!
Read more >Introducing Brotli compression in Microsoft Edge - Windows Blog
Beginning with EdgeHTML 15.14986, Microsoft Edge supports Brotli as an HTTP content-encoding method, for up to 20% better compression ratios
Read more >Download Microsoft Edge Insider Channels
Microsoft Edge insider channels are available on all supported versions of Windows and Windows Server as well as macOS. macOS. Download. Windows 10...
Read more >tomcat - MS Edge sending one field in ajax request with bad ...
xml on tomcat to force everything to Windows-1252. <!-- A filter that sets character encoding that is used to decode --> <!-- parameters...
Read more >Accept-Encoding - HTTP - MDN Web Docs
Even if both the client and the server support the same compression algorithms, the server may choose not to compress the body of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Correct. I found out the notifications sent by the node library didn’t include those and worked, and it was the only difference. I have also confirmed Google and Mozilla’s servers are fine without it as well.
There were no plans, but I’d be happy to port this to the Java version once I find some time.