-
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
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.
- CORS header replacement
- HTTPS support
- Wildcard host mapping
- HTTP/HTTPS proxy support
- Response mocking
- Static file serving
- Response caching
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.
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.
ℹ️ This version of the documentation refers to version 0.3.0
. For older versions please refer
to the previous versions page.