An open API service indexing awesome lists of open source software.

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.

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
```