No Secure info in the URI

We should not request any information which may be secure in the URI. Consider service to create a new user. It would be good to use POST mapping instead of GET and pass the user information in the Request Body instead of using Path parameters.

Comments