IPFS http servers do not respond meaningfully to HEAD requests #840
Labels
exp/novice
Someone with a little familiarity can pick up
kind/bug
A bug in existing code (including security flaws)
topic/gateway
Topic gateway
node:5001/ipfs/hash returns code 400 Bad Request for all HEAD requests
node:8080/ipfs/hash returns 405 (arguably correct) for all HEAD requests
node:8080/ipns/hash returns 405 (arguably correct) for all HEAD requests
node:5001/ returns code 404 (correct!)
node:5001/webui returns 302 on my machine
node:5001/webui returns 301 on the travis CI machine
node:5001/webui/ returns 404 (ideally fixed soon in pull #823 )
Ideal behavior is HEAD requests returning corresponding errors as if they were a GET request.
The text was updated successfully, but these errors were encountered: