Application accepts GET request for login

It was observed that the application is using a GET request instead of a POST request for login within the query string of the request.

@Shubham_Yesare

according to document (REST API)
It must be POST request. If possible share a screenshot of the request.

Well in our own React application we use GET request and it works.