Answer the question
In order to leave comments, you need to log in
Authorization on the site: how does the browser know which csrf_token to use?
There is a site (iRedMail admin panel) on which you need to log in and then make a POST request to create a user.
Parsed responses from the server via HttpFox. When creating a user, the browser does this Post Data
csrf_token=M7EwC2873KgEDVT67L36k36UJEeGcm5F&username=test&domainName=domain.com&newpw=test&confirmpw=test&cn=&mailQuota=&oldMailQuota=
Answer the question
In order to leave comments, you need to log in
Read about CSRF . csrf_token is given by the server and you must return it
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question