mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-30 00:37:52 +03:00
6 lines
250 B
Plaintext
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'
|