https://github.com/megapixel99/capture
Capture http requests and responses via the use of a proxy
https://github.com/megapixel99/capture
nodejs proxy
Last synced: over 1 year ago
JSON representation
Capture http requests and responses via the use of a proxy
- Host: GitHub
- URL: https://github.com/megapixel99/capture
- Owner: Megapixel99
- License: gpl-3.0
- Created: 2020-03-28T22:09:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T08:05:25.000Z (over 3 years ago)
- Last Synced: 2025-02-04T21:41:23.077Z (over 1 year ago)
- Topics: nodejs, proxy
- Language: HTML
- Size: 46.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Capture
###### (using NodeJS)
## Purpose/Goal
If you need to view the data from a response, then you can use this tool
## How to initialize the project
To initialize the project run:
```
$ npm i
```
and copy `.env.sample`, rename it to `.env` and set your environment variables.
The variables `PROXY_PORT` and `DASH_PORT` are both optional and if they are not set the default ports will be used.
## How to run the project
To run the project you can either run with:
```
$ npm start
```
which will expose two ports, one for the proxy and the other for the dashboard.
Upon calling the proxy, the data will be added to the left-hand column on the dashboard for further viewing.
##### Contributions are appreciated