Answer the question
In order to leave comments, you need to log in
How to implement user specific requests between client and server?
There is a server and a client where the user is authorized. How can you implement the execution of client requests for a specific user?
As the simplest - remember when authorizing ip and each time check from which ip the request comes, but this is not safe (man-in-the-middle)
Send the encrypted user password each time and check with each request? Encrypt Request IDs?
How to do it correctly, optimally and safely?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question