resgateio/resgate

Status code 404 on system.methodNotFound

Closed this issue · 1 comments

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.

Resolved in PR #117