T
T
TheGhost9022019-03-06 09:18:10
JavaScript
TheGhost902, 2019-03-06 09:18:10

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

1 answer(s)
A
Alexander Sisyukin, 2019-03-06
@Caarl

Cookie or header

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question