Closed matteo-cristino closed 3 months ago
At the moment when disableGet or disbalePost are set to true in the metadata the contract is simply not exposed to that type of HTTP method, and if called the response is
404 (Not Found)
An improvement can to responde with
405 (Method Not Allowed)
This could be usefull to be more compliant with the oauth flow (https://github.com/ForkbombEu/DIDroom_microservices/issues/20)
At the moment when disableGet or disbalePost are set to true in the metadata the contract is simply not exposed to that type of HTTP method, and if called the response is
An improvement can to responde with
This could be usefull to be more compliant with the oauth flow (https://github.com/ForkbombEu/DIDroom_microservices/issues/20)