From 46dda0dd786a0b05bb40fbe1b89da481a4e0c228 Mon Sep 17 00:00:00 2001 From: Emmanuel LOUISY-GABRIEL Date: Wed, 11 Dec 2024 09:35:21 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6836d4a..6dc6298 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This is a lightweight HTTP proxy server built using the Sinatra framework. It acts as a pass-through proxy, allowing requests to be forwarded to a specified target URL. Additionally, it provides a JWT (JSON Web Token) verification mechanism to allow only specific requests. +Powered and used in production by [Bump.sh](https://bump.sh) + ## Features - **CORS Support**: Handles CORS headers, allowing cross-origin requests.