Closed dgaviola closed 5 years ago
Very strange, this is definitely a regression on our end, thanks for reporting!
I'm still facing the same issue, any update on this?
Sorry for the delay, we've been short staffed between holidays and team members traveling, but we expect to release this fix alongside other changes coming sometime this week, hopefully today or tomorrow.
The fix for this went live with yesterday's code push.
When I'm calling the the JSON-RPC API I'm getting the correct response, but
Content-Type
istext/plain
. For example I'm doing this call:And the response I'm getting is:
So the response is a valid JSON, but
Content-Type
is wrong, which is a problem when you use tools that read the response's content type to determine how to parse the body.