resgateio / resgate

A Realtime API Gateway used with NATS to build REST, real time, and RPC APIs, where all your clients are synchronized seamlessly.
https://resgate.io
MIT License
685 stars 67 forks source link

Status code 404 on system.methodNotFound #112

Closed jirenius closed 4 years ago

jirenius commented 4 years ago

Issue

When using HTTP POST to make a call request through Resgate, if the response is a system.methodNotFound error code, Resgate would currently use the status code 400 Bad Request in the HTTP response.

A 404 Not Found status code would be more appropriate, since the call method is exposed as a unique URL that is not available.

jirenius commented 4 years ago

Resolved in PR #117