hyperobject / crossorigin.me

A CORS proxy for everyone.
http://crossorigin.me
MIT License
679 stars 132 forks source link

crossorigin.me is not working #118

Open dumptyd opened 6 years ago

dumptyd commented 6 years ago

I get a warning like this

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://crossorigin.me/https://google.com. (Reason: CORS request did not succeed).

when I try to fetch a resource. Can be reproduced by running

fetch('https://crossorigin.me/https://google.com').then(r => console.log(r.ok))
expenses commented 5 years ago
Screen Shot 2019-08-15 at 3 39 08 PM

Getting the same problem here unfortunately.

ShaunDreclin commented 4 years ago

We need a CORS proxy for our CORS proxy!

As far as I can understand from this tweet, the proxy is no longer available for public use.

Kind of frustrating that it doesn't mention that anywhere on the homepage, but what can you do 🤷‍♂