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
When making a HEAD request to Redlib it will return a 404, when it works perfectly fine with a GET request.
Steps to reproduce the bug
Run curl -I https://redlib.catsarch.com/ (you can use any instance)
See you get a 404.
What's the expected behavior?
You'd get the same headers and status as a GET request.
Additional context / screenshot
curl -I is a HEAD request, just curl is a GET request.
A HEAD request should return the same headers and HTTP status as a GET request would return, just without the body.
I can recreate it on other instances and accessing Redlib directly without going through my webserver too.
I checked that the instance that this was reported on is running the latest git commit, or I can reproduce it locally on the latest git commit
The text was updated successfully, but these errors were encountered:
Describe the bug
When making a HEAD request to Redlib it will return a 404, when it works perfectly fine with a GET request.
Steps to reproduce the bug
Run
curl -I https://redlib.catsarch.com/
(you can use any instance)See you get a 404.
What's the expected behavior?
You'd get the same headers and status as a GET request.
Additional context / screenshot
curl -I
is a HEAD request, justcurl
is a GET request.A HEAD request should return the same headers and HTTP status as a GET request would return, just without the body.
I can recreate it on other instances and accessing Redlib directly without going through my webserver too.
The text was updated successfully, but these errors were encountered: