CodeZombie / TypeRip

Adobe Fonts (formerly TypeKit) font ripper
http://badnoise.net/TypeRip/
387 stars 65 forks source link

403 Error #14

Closed juanitolaguna closed 3 years ago

juanitolaguna commented 3 years ago

Entering a the adobe font family link does not work anymore. Throws an 403.

"Failed to load resource: the server responded with a status of 403 (Forbidden)"

CodeZombie commented 3 years ago

Looks like the CORS proxy I was using has added a feature to remove automated tools from using it (like I'm doing) I'll have to find a new proxy to use.

In the meantime, if you go to:

https://cors-anywhere.herokuapp.com/corsdemo

and click "Request temporary access to the demo server", it'll grant your machine access and Typerip will work again for some amount of time.

CodeZombie commented 3 years ago

The CORS proxy has been replaced with https://allorigins.win/, so this error should no longer occur.