-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Don't require kbn-version header for HEAD requests #6449
Comments
Hey @spalger ! shouldn't that be "The reason this is specifically desired is so systems can make HEAD requests to /app/kibana" And NOT "The reason this is specifically desired is so systems can make HEAD requests to /api/kibana"? |
Hey @spalger How's it going? I just decided to try this again under kibana 4.5 and I'm getting the same result:
Is a fix still coming for this issue? Thanks |
@bluethundr This issue will be closed when the issue is fixed. Doesn't look like it's being worked on quite yet. |
Ok got it. Thanks for the heads up! Tim Sent from my iPhone
|
We currently require the kbn-version header for all non-GET requests, which allows users to load applications, but we should also exclude HEAD requests as it serves a very similar purpose to GET and should be safe to execute from any caller.
The reason this is specifically desired is so systems can make HEAD requests to
/app/kibana
and get a 200 or 503 depending on server status.The text was updated successfully, but these errors were encountered: