Skip to content

GoTab-Inc/vgs-proxy-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VGS Proxy Repro

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

Most installation methods will include npm as well.

Steps

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published