You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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 usingHEAD
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:
The text was updated successfully, but these errors were encountered: