question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

aes128gcm content encoding / MS Edge support

See original GitHub issue

Hi, 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:closed
  • Created 5 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ghyscommented, May 3, 2018

Are you saying Edge supports aesgcm, but only when you remove keyid=p256dh;?

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.

1reaction
martijndwarscommented, May 3, 2018

There were no plans, but I’d be happy to port this to the Java version once I find some time.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found