Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 853 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 853 Bytes

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.