hurl/integration/tests_ok/proxy.hurl

8 lines
153 B
Plaintext
Raw Normal View History

2020-10-29 22:08:15 +03:00
# Go through proxy
# The proxy adds header "From-Proxy:Hello" for both request and response
2023-04-05 12:07:50 +03:00
GET http://127.0.0.1:8000/proxy
2020-10-29 22:08:15 +03:00
2022-11-11 16:25:00 +03:00
HTTP 200
2020-10-29 22:08:15 +03:00
From-Proxy: Hello