-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
bugSomething isn't workingSomething isn't working
Description
We expect "Host" as well as "Pubky-Host" to be valid headers in http requests. However:
curl -i https://homeserver.staging.pubky.app/pub/pubky.app/hello.txt -H "Host: b3p9kmimbq8irxe8hwwg85qbe34r3i6f3fcqw9jo61wsh13eftio"
returns HTTP/1.1 404 Not Found
Whilst:
curl -i https://homeserver.staging.pubky.app/pub/pubky.app/hello.txt -H "Pubky-Host: b3p9kmimbq8irxe8hwwg85qbe34r3i6f3fcqw9jo61wsh13eftio"
returns HTTP/1.1 200 OK
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working