Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Incorrect status code 301 instead of 302 for ZEIT Now redirects.
$ curl --include compositeengine.com
HTTP/1.1 301 Moved Permanently
Date: Sun, 09 Jun 2019 19:03:44 GMT
Content-Type: text/plain
Transfer-Encoding: chunked
Connection: keep-alive
Location: https://compositeengine.com/
x-now-trace: oma1
server: now
x-now-id: oma1:bbgcb-1560107024092-2fb6a41e8dbc
strict-transport-security: max-age=63072000
cache-control: s-maxage=0
Redirecting to https://compositeengine.com/ (301)
@andreduvoisin

This comment has been minimized.

Copy link
Owner Author

@andreduvoisin andreduvoisin commented Jun 9, 2019

Debunked! This is working as intended.

https://twitter.com/andreduvoisin/status/1137798682995232770

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment