hurl/integration/tests_ok/redirect.curl

6 lines
250 B
Plaintext
Raw Normal View History

curl 'http://localhost:8000/redirected'
2022-10-09 17:30:07 +03:00
curl 'http://localhost:8000/redirect-absolute'
2023-02-06 16:20:01 +03:00
curl --location 'http://localhost:8000/redirect-absolute'
2022-10-09 17:30:07 +03:00
curl 'http://localhost:8000/redirect-relative'
2023-02-06 16:20:01 +03:00
curl --location 'http://localhost:8000/redirect-relative'