The API no longer returns a content-header type that determines its response to be json. In any endpoint requests there does not seem to be a content-type header.
This breaks my implementation which uses the content-type header to assume if the response is a json object or text.
The API no longer returns a content-header type that determines its response to be json. In any endpoint requests there does not seem to be a content-type header.
This breaks my implementation which uses the content-type header to assume if the response is a json object or text.