seatgeek / api-support

A support channel for the SeatGeek Platform
9 stars 10 forks source link

jsonp format? #66

Open lukestevens-berklee opened 6 years ago

lukestevens-berklee commented 6 years ago

The documentation states that jsonp is a valid format, and the API accepts the callback parameter, but in Chrome I can not execute the callback because "its MIME type ('application/json') is not executable, and strict MIME type checking is enabled."

It's strange to me that jsonp isn't a supported format, in order to get the proper mimetype reported, maybe this is a newer Chrome security setting that wasn't an issue until recently.

josegonzalez commented 6 years ago

Looks like this is a bug in our handling of jsonp. I'll file an issue internally to get this fixed!