hurl/integration/tests_ok/redirect.curl
2023-02-06 16:35:21 +01:00

6 lines
250 B
Plaintext

curl 'http://localhost:8000/redirected'
curl 'http://localhost:8000/redirect-absolute'
curl --location 'http://localhost:8000/redirect-absolute'
curl 'http://localhost:8000/redirect-relative'
curl --location 'http://localhost:8000/redirect-relative'