hurl/integration/tests_ok/proxy_option.hurl

9 lines
184 B
Plaintext
Raw Normal View History

2023-06-15 23:00:47 +03:00
# Go through proxy
# The proxy adds header "From-Proxy:Hello" for both request and response
GET http://127.0.0.1:8000/proxy
[Options]
proxy: localhost:3128
HTTP 200
From-Proxy: Hello