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

🐛 Bug Report: Redlib responds with a 404 for HTTP HEAD requests #292

Open
1 task done
ButteredCats opened this issue Oct 15, 2024 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@ButteredCats
Copy link
Contributor

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, 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.

Screenshot_20241015_160824

  • 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
@ButteredCats ButteredCats added the bug Something isn't working label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant