mirror of
https://github.com/d0zingcat/cors-anywhere.git
synced 2026-05-29 15:10:19 +00:00
Remove manual redirect handling
From now on, redirects will automatically be handled by the browser. Using the API by clients has become extremely easy. Included JavaScript / jQuery snippets in the documentation to demonstrate that it's easy to use the API.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cors-anywhere",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6",
|
||||
"description": "CORS Anywhere is a reverse proxy which adds CORS headers to the proxied request. Request URL is taken from the path",
|
||||
"license": "MIT",
|
||||
"author": "Rob Wu <gwnRob@gmail.com>",
|
||||
|
||||
Reference in New Issue
Block a user