Files
cypress/packages/https-proxy
Zach Bloomquist 19a63a0f25 Only listen on loopback interfaces (#3666)
* https-proxy, server: only listen on loopback for ipv4/v6

* server: use supplied port

* https-proxy, server: remove ::1 listener

* server: add test that all servers only listen on lo, not other interfaces
2019-03-15 01:01:50 -04:00
..
2018-10-01 10:25:40 -04:00

HTTPS Proxy

This package is responsible for acting as a CA authority and generating dynamic certificates on the fly for outbound HTTPS connections.

This package enables Cypress to inspect and modify bytes coming in and out of the browser.

Installing

The proxy's dependencies can be installed with:

cd packages/https-proxy
npm install

Testing

npm test