Skip to content

Commit f0e944c

Browse files
committed
Add readme
1 parent 9d05f5d commit f0e944c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,14 @@ To test a browser, just point it at `https://{hostname:port}/test-browser.html`
109109

110110
On OSX, you can use `test-browser.sh` to automate this.
111111

112+
## Testing Forward Proxies
113+
To test a forward proxy which listens on 127.0.0.1:8082, start the server:
114+
115+
> npm run server
116+
117+
and then run:
118+
119+
> HTTP_PROXY=http://127.0.0.1:8082 npm run --silent cli --base=http://127.0.0.1:8000
112120
113121
## Interpreting the Results
114122

0 commit comments

Comments
 (0)