You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
csrfprotector javascript code fails to get the csrf token from the cookie because it is httponly:true, cannot use it. should we recommend that the field httponly be set to false?
To Reproduce
Expected behavior
csrfprotector javascript code should be able to extract cookie token, i think.
Additional context
PHP Version (example: php 5.6)
Framework, if applicable
Browser
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
csrfprotector javascript code fails to get the csrf token from the cookie because it is httponly:true, cannot use it. should we recommend that the field httponly be set to false?
To Reproduce
Expected behavior
csrfprotector javascript code should be able to extract cookie token, i think.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: