CodeBrauer / ignorecors

Ignore CORS - for APIs that don't send the correct headers.

Home Page:https://ignorecors-yipksgwdit.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just ignore CORS!

This is a simple node script (only using express and request) which will make a simple request to your provided url and returns it with correct CORS headers.

Usage

https://ignorecors-yipksgwdit.now.sh/?url=[full url-encoded url]

Notices

Because this is a small side project, currently only JSON is supported. Also, because it's for free there is a fair use policy. Now.sh provides 1GB of bandwidth per month, but you can still just use the code and host it yourself with now.sh.

Also big thanks to now.sh for their free OSS deployments.

About

Ignore CORS - for APIs that don't send the correct headers.

https://ignorecors-yipksgwdit.now.sh/

License:MIT License


Languages

Language:JavaScript 100.0%