Skip to content
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

HEAD request to resolver path returns unexpected 405 error #8

Open
jrchudy opened this issue Nov 19, 2020 · 0 comments
Open

HEAD request to resolver path returns unexpected 405 error #8

jrchudy opened this issue Nov 19, 2020 · 0 comments

Comments

@jrchudy
Copy link
Member

jrchudy commented Nov 19, 2020

I recently added a GET request with the resolver path to verify if an RID exists before sending the user to that record page. Initially I implemented this using HEAD since it should be less expensive. When sending a head request to the server with the resolver link ("/id/RID") and the RID exists, I receive a 405 response (Not Allowed).

From my conversation with @karlcz in slack:

I suspect 405 really means we didn't' implement HEAD and it doesn't mean anything

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant