We only check for a username and password on client login. There is not username or password required to do GET/POST to the server. We need to implement basic authentication and send our username and password in the header of the GET/POST request so third parties cannot steal information from our server.
We only check for a username and password on client login. There is not username or password required to do GET/POST to the server. We need to implement basic authentication and send our username and password in the header of the GET/POST request so third parties cannot steal information from our server.