Answer the question
In order to leave comments, you need to log in
How to securely transfer a session token?
For example, there is a blog, a user enters the authorization page, fills out a form, a POST request is sent with a login and password in json format, the server runs through the database, if there is such a user, it generates a session token and poisons it back to the user, then the user makes a GET request with with this token, the question is how to SAFELY pass the token back to the server in a GET request?
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