typekit/typekit-api-examples

No CORS headers?

Cinamonas opened this issue · 1 comments

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?

Scratch that, didn't notice that the API supports JSONP 👍