Socket
Socket
Sign inDemoInstall

uncors

Package Overview
Dependencies
1
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    uncors

A simple dev HTTP/HTTPS reverse proxy for replacing CORS headers.


Version published
Weekly downloads
345
decreased by-1.43%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

UNCORS logo

A simple dev HTTP/HTTPS proxy for replacing CORS headers.

Go version GitHub version License Coverage Go Report Card Reliability Rating Security Rating Lines of Code

Core features

Other new features you can find in roadmap.

Full documentation you can found on wiki pages.

Quick Install

You can install the application in one of the following ways:

Homebrew (macOS | Linux)
brew install evg4b/tap/uncors
Scoop (Windows)
scoop bucket add evg4b https://github.com/evg4b/scoop-bucket.git
scoop install evg4b/uncors
NPM (Cross-platform)
npm install uncors --save-dev
# OR
yarn add uncors --dev
# OR
pnpm add -D uncors
Docker (Cross-platform)
docker run -p 80:3000 evg4b/uncors --from 'http://local.github.com' --to 'https://github.com'
Stew (Cross-platform)
stew install evg4b/uncors

Or find more installation methods in uncors wiki.

Usage

The following command can be used to start the UNCORS proxy server:

uncors --from 'http://localhost' --to 'https://github.com' --http-port 8080

More information about configuration and usage you can find on UNCORS wiki.

⚠️ Caution

Please note that removing or replacing CORS headers can pose potential security vulnerabilities. This tool is specifically designed to streamline the development and testing workflow and should not be used in a production environment or as a remote proxy server. It has not undergone a thorough security review, so caution should be exercised when utilizing it.

Stargazers over time

Stargazers over time

Support project


Keywords

FAQs

Last updated on 04 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc