Created
July 12, 2014 23:55
-
-
Save SecureCloud-biz/9b08463b18bbe49ca092 to your computer and use it in GitHub Desktop.
CodeIgnitor Form with CSRF token added
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="http://testapplication.com/login" method="post" accept-charset="utf-8" id="login-form" class="login"> | |
<div style="display:none"> | |
<input type="hidden" name="csrf_test_name" value="80bfb80b356d6d31f4ce4dad0c6cf69e"> | |
</div> | |
... | |
... | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment