This repository is a minimum viable reproduction of an issue with the VGS proxy.
The only requirements are
- Node 16
- npm >=8
Install Node 16 (any minor version) using either
- Official Download Page
- A node version manager such as Volta
Most installation methods will include npm
as well.
Clone this repo and inside the folder install the dependencies with:
npm install
Set the PROXY_URI
environment variable to the desired proxy url, for example:
export PROXY_URI=https://<username>:<password>@<vault-id>.LIVE.verygoodproxy.com:8443
Alternatively you can modify the PROXY_URI
constant within index.js
.
To run the test using the proxy:
npm run proxied
To run the test without the proxy:
npm run unproxied