/cors-image-proxy

CORS proxy for serving images through XHR. Written in node.js

Primary LanguageJavaScript

CORS Proxy

CORS proxy for serving images through XHR. Written in node.js

Setup:

Make sure you have node.js and npm installed.
Run
npm install
to install dependencies

Usage:

Start Server:

node proxy.js
forever proxy.js in case you wanna use forever

Request Format:

http://proxy:9999/[image_url]

Added Response Headers:

Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true

Added WebSocket Echo on port 7070!