Skip to content

a simple java util for bypass cors problems in browsers

License

Notifications You must be signed in to change notification settings

geppoz-it/HttpCorsForwarder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple java util for bypassing CORS problems on browsers in calling API.

Just launch this utils in background on your pc:

java -jar .\HttpCorsForwarder.jar 8080

then prefix all urls in your fetch with "http://localhost:<choosen_port>", example :

http://localhost:8080/https/jira_server.mycompany.com

and all CORS will be permitted.

(Also, if you need to send cookies and the browser removes it, you can use the fake header "cookies", and that will become "cookie" in the forwarded request)

About

a simple java util for bypass cors problems in browsers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published