Open
Description
Now, regardless of the content-type response header set in the response interceptor, the server always returns application/json as the content-type of the response due to the use of the response.json method. Need to handle cases where the user explicitly sets the content-type header and avoid overriding it.
Activity