hurl/integration/tests/redirect.hurl
2020-08-27 16:44:57 +02:00

13 lines
148 B
Plaintext

GET http://localhost:8000/redirect
HTTP/1.0 302
Location: http://localhost:8000/redirected
GET http://localhost:8000/redirected
HTTP/1.0 200