https://github.com/marcuswhybrow/cors-proxy
A node HTTP proxy that adds accepting CORS headers
https://github.com/marcuswhybrow/cors-proxy
Last synced: 4 months ago
JSON representation
A node HTTP proxy that adds accepting CORS headers
- Host: GitHub
- URL: https://github.com/marcuswhybrow/cors-proxy
- Owner: marcuswhybrow
- Created: 2012-06-15T03:58:22.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-16T03:11:27.000Z (about 13 years ago)
- Last Synced: 2025-01-25T20:26:37.055Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 88.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
CORS Proxy
==========A simple node.js server, which can be used as a service to retrieve any HTTP
document and return it will accepting CORS headers. This enables the use of
cross-domain calls for images and scripts on a website.
Usage
-----1. Just start the server using node:
$ node server.js
2. Then send it an HTTP request (GET, PUT, POST or DELETE) putting the url in the path:
http://cors-proxy-address.com/s3.amazonaws.com/MinecraftSkins/craftysaurus.png