Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HTML Form Without Anti-CSRF Token Detected
#2
You just need to point them the token.

You will find it right at the bottom of the generated HTML, something like this:

<input name="IW_FormID_" type="hidden" value="namtCysYXuYT~1HeQ3a8a5J-h9C"></form>

A wrong value of this field will cause IW server to reject the request.

The value is per session and instance. Two instances of the form will always have different values regardless of the session, so one user can't impersonate another user even if they have the other user session ID
Reply


Messages In This Thread
RE: HTML Form Without Anti-CSRF Token Detected - by Alexandre Machado - 06-23-2023, 05:35 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)