https://github.com/webbertakken/poc-https-request-forwarding
Proof of concept for forwarding http(s) requests of specific urls to a different application.
https://github.com/webbertakken/poc-https-request-forwarding
Last synced: 10 months ago
JSON representation
Proof of concept for forwarding http(s) requests of specific urls to a different application.
- Host: GitHub
- URL: https://github.com/webbertakken/poc-https-request-forwarding
- Owner: webbertakken
- License: mit
- Created: 2022-12-12T12:04:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T15:30:28.000Z (over 3 years ago)
- Last Synced: 2025-03-31T06:43:10.416Z (about 1 year ago)
- Language: TypeScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# POC - Express HTTPS request forwarding
## Introduction
Proof of concept for forwarding http(s) requests of specific urls to a different application.
An option for local use, for when part of your application is not yet migrated.
## Usage
### Install
```bash
pnpm install
```
### Dev
```bash
pnpm run dev
```
### Build
```bash
pnpm run build
```