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
Call API that returns response header "application/json", but no body
It displays warning: "The content type of response is application/json, while response body is not a valid json string"
Every time when I send a request, it displays info ribbon that block all other tabs. I need to close notification manually every time which is really annoying. Please display notifications in the response view only. Or make notifications optional in the settings so that I can disable them.
Apart from that, I really like the extension and I am using it almost everyday.
Thanks
The text was updated successfully, but these errors were encountered:
@kmurali676 I have add a setting rest-client.suppressResponseBodyContentTypeValidationWarning to suppress such validation warnings. And I will publish this fix in next release
@kmurali676 you can try the latest version 0.15.3, and you can set the setting rest-client.suppressResponseBodyContentTypeValidationWarning to true to disable the warning
Steps to Reproduce:
Every time when I send a request, it displays info ribbon that block all other tabs. I need to close notification manually every time which is really annoying. Please display notifications in the response view only. Or make notifications optional in the settings so that I can disable them.
Apart from that, I really like the extension and I am using it almost everyday.
Thanks
The text was updated successfully, but these errors were encountered: