No CORS headers?
Cinamonas opened this issue · 1 comments
Cinamonas commented
My use case is to call public Typekit API's endpoints (the ones not requiring authentication) from the client. But I immediately noticed that the API does not return CORS headers, making this use case impossible without a proxy server.
Was this a design decision or something that's been unintentionally left out?
Cinamonas commented
Scratch that, didn't notice that the API supports JSONP 👍