'Hiding attributes from the url
I am using a CSRF token to authenticate a request. So every request(basically clicking an anchor tag that has a href) will send CSRF token as part of the URL to the server-side where this token is validated. I want to know if there is a way to send this other than from the URL as the token is visible in the URL. Thanks in Advance.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|