Files
cypress/packages/https-proxy
Zach Bloomquist 52beabeda5 Do not crash on invalid HTTP CONNECT (#4916)
* Do not crash on invalid HTTP CONNECT

* fix test
2019-08-02 18:33:38 -04:00
..
2019-03-31 23:39:10 -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