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
V2/JSON2 Server
When a payload has invalid JSON in the body of the request to the RPC Server, the server fails silently and returns an empty payload with 200 status code as a response.
This error should be captured and returned as a JSON2 error for Invalid Request.
There is already a PR that is addressing this issue: #61
It would help to have this reviewed and merged.
The text was updated successfully, but these errors were encountered:
V2/JSON2 Server
When a payload has invalid JSON in the body of the request to the RPC Server, the server fails silently and returns an empty payload with 200 status code as a response.
This error should be captured and returned as a JSON2 error for Invalid Request.
There is already a PR that is addressing this issue: #61
It would help to have this reviewed and merged.
The text was updated successfully, but these errors were encountered: