-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Graylog Input X-Requested-By added. #5011
Conversation
X-Requested-By is needed by Graylog in order to respond API requests. It adds URL's hostname as requested-by parameter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, it appears graylog isn't verifying the value of that field, so this should work fine.
Even though the contents of the header don't really matter, I think we should use |
I'll switch the name post merge. |
(cherry picked from commit ba612b6)
X-Requested-By is needed by Graylog in order to respond API requests. It adds URL's hostname as requested-by parameter.
Required for all PRs:
Resolves #5010