We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
httpbingo.org
1 parent 7d0d780 commit 55f6a5bCopy full SHA for 55f6a5b
tests/integration/test_integration.sh
@@ -164,8 +164,14 @@ cat downloaded2.whl | $SHASUM -c downloaded2.hash
164
VERIFIED5=$?
165
rm downloaded2.whl downloaded2.hash
166
167
+# Without --rewrite-host-header we will receive localhost:<port> as host header back in response
168
+# read -r -d '' REVERSE_PROXY_RESPONSE << EOM
169
+# "localhost:$PROXY_PY_PORT"
170
+# EOM
171
+
172
+# With --rewrite-host-header we will receive httpbingo.org as host header back in response
173
read -r -d '' REVERSE_PROXY_RESPONSE << EOM
-"localhost:$PROXY_PY_PORT"
174
+"httpbingo.org"
175
EOM
176
177
echo "[Test Reverse Proxy Plugin]"
0 commit comments