Skip to content

Simple, lightweight proxy that bypasses CORS intended for development

License

Notifications You must be signed in to change notification settings

theiterators/cors-buster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cors-buster

cors-buster is a simple reverse proxy that provides all the basic CORS headers. Use it only for development!

It's in a very early stage, so please report bugs through GitHub issues or via email.

Usage

cors-buster requires Java 8 to work properly.

wget https://github.com/theiterators/cors-buster/releases/download/1.0.1/cors-buster-1.0.1.jar
java -jar cors-buster-1.0.1.jar proxyHost proxyPort serverHost serverPort

For example

java -jar cors-buster-1.0.1.jar 0.0.0.0 8080 localhost 9000

will set up a proxy listening on 0.0.0.0:8080 and will forward all requests to server running on localhost:9000.

Author & license

If you have any questions regarding this project contact:

Łukasz Sowa [email protected] from Iterators.

For licensing info see LICENSE file in project's root directory.

About

Simple, lightweight proxy that bypasses CORS intended for development

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages