Skip to content
Yauheni Abramovich edited this page Sep 22, 2024 · 4 revisions

UNCORS logo
version: 0.3.0

Introduction

Introducing UNCORS, a simple and powerful dev tool for HTTP/HTTPS proxying and CORS header replacement. With its core features, including HTTPS support, wildcard host mapping, request/response mocking, and comprehensive proxy functionality, UNCORS improve your development workflow. Stay ahead with upcoming features like static file serving and response caching.

List of core features

The main idea

The primary goal is to enable developers to send requests from a browser to an API that would typically be inaccessible due to CORS privacy policy. This functionality proves valuable during application development and testing, eliminating the need to run the backend locally. A notable feature of this tool is its support for local domains and the ability to map domains using wildcards.

⚠️ Caution

Please be aware that the modification or replacement of CORS headers may introduce potential security vulnerabilities. This tool is specifically engineered to optimize the development and testing workflow and is not intended for use in a production environment or as a remote proxy server. It has not undergone a thorough security review; therefore, caution should be exercised when utilizing it.

Clone this wiki locally