-
Notifications
You must be signed in to change notification settings - Fork 44
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
Host Header missing in notification #1343
Comments
ok, easy fix. I'll just add the host header then :) |
Thanks for reporting!!! |
Thanks for fixing :)
…On Thu, 23 Mar 2023 at 09:51, Ken Zangelin ***@***.***> wrote:
Thanks for reporting!!!
—
Reply to this email directly, view it on GitHub
<#1343 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZ37SPDYRX36DR57PFLK5LW5QMIRANCNFSM6AAAAAAWE2E26E>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Should be working now. Test it and if all is good, please go ahead and close this issue. |
Sorry for the delay. This is fixed. Thanks. |
Hi. I just spent a while trying to figure out why tomcat was returning 400 silently for each notification sent. Looks like the Host header is needed.
This is the subscription:
This is the payload sent:
A 400 error is returned by tomcat before it gets to the application level...
Note no header...
I can simulate this with CURL..
works
doesn't
Just FYI... I think it is now a required header:
https://www.rfc-editor.org/rfc/rfc9110.html#name-host-and-authority
The text was updated successfully, but these errors were encountered: