hurl/integration/tests_ok/proxy.hurl

10 lines
244 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
# mitmproxy -p 8888 --setheader ":~q:From-Proxy:Hello" --setheader ":~s:From-Proxy:Hello"
GET http://localhost:8000/proxy
2022-11-11 16:25:00 +03:00
HTTP 200
2020-10-29 22:08:15 +03:00
From-Proxy: Hello