You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating System (Platform and Version): macos 10.15.7
Expected Behavior
Should show the result of the API call.
Actual behavior
ARC thinks the response is binary. - "The response is a binary data."
These calls did work previously and were in my ARC history. Was on 17.0.3-beta when I ran into it, went back to 16.0.1 and it is no longer working there either. Testing with curl I can confirm it is just text and looks fine.
Thank you for the issue report. It has to do with the application/vnd.api+json mime type reported back by the API. ARC has a rule to render anything that starts with application/vnd as binary. Obviously this is an error on my side.
I corrected this in: https://github.com/advanced-rest-client/base/commit/66f734de838480d53a1831bb6f4e7a3eee2d226b
When it all goes through the CI I'll release the new beta with the fix.
I won't be able to update the 16.x release for that.
Expected Behavior
Should show the result of the API call.
Actual behavior
ARC thinks the response is binary. - "The response is a binary data."
These calls did work previously and were in my ARC history. Was on 17.0.3-beta when I ran into it, went back to 16.0.1 and it is no longer working there either. Testing with curl I can confirm it is just text and looks fine.
To Reproduce
Sent normal rest call using token..
Screenshots
not needed
Additional Information
testing via cli:
The text was updated successfully, but these errors were encountered: