Skip to content

Java Jersey based CORS proxy to by-pass javascript cross-domain request restrictions

Notifications You must be signed in to change notification settings

amitdesai03/cors-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

cors-proxy

Java Jersey based CORS proxy to by-pass javascript cross-domain request restrictions

About

Javascript from browsers cannot access resource from another domain due to CORS restrictions enforced by browsers. This web proxy will by pass those restrictions.

Environment

  • Java 1.7+
  • Tomcat 7+

Usage

After you deploy this application locally, you can use below pattern to access from javascript:

In you javascript, prefix all your url with 'http://:8080/cors-proxy/request/forward/'. This will bypass all CORS restrictions in browser.

About

Java Jersey based CORS proxy to by-pass javascript cross-domain request restrictions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages