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
Currently jsonrpsee returns "Used HTTP Method is not allowed. POST or OPTIONS is required\n" as the body of the response to any request that is not POST. Either it should actually accept OPTIONS requests, or return "Used HTTP Method is not allowed. POST is required\n".
I understand that a CORS layer can be added to handle OPTIONS requests, but it is not required to reach this message.
The text was updated successfully, but these errors were encountered:
Currently jsonrpsee returns "Used HTTP Method is not allowed. POST or OPTIONS is required\n" as the body of the response to any request that is not POST. Either it should actually accept OPTIONS requests, or return "Used HTTP Method is not allowed. POST is required\n".
I understand that a CORS layer can be added to handle OPTIONS requests, but it is not required to reach this message.
The text was updated successfully, but these errors were encountered: