CSRF Form Issue #16321
Replies: 9 comments 7 replies
-
Do you have any Ajax requests on this page? Also check if all resources (images etc.) are loaded correctly (no HTTP Status 404). It could be that this could trigger a new request to Phalcon and generate a new Token. |
Beta Was this translation helpful? Give feedback.
-
I have check everything seems to return 200, please see attachment of screenshots |
Beta Was this translation helpful? Give feedback.
-
Could you please check if the 2 css files have the right content? You can click them in the network tab and see the contents |
Beta Was this translation helpful? Give feedback.
-
Hello noone, |
Beta Was this translation helpful? Give feedback.
-
Do you have a running session? CSRF needs a running session where it can store the token, also try to log every call in the |
Beta Was this translation helpful? Give feedback.
-
Please kindly see the result from the above execution. My session is started. If it is okay I don't know if we can connect for a Zoom meeting because this is really taking long for me to proceed to my next steps. Thank you |
Beta Was this translation helpful? Give feedback.
-
I noticed a change. |
Beta Was this translation helpful? Give feedback.
-
It working now. Thanks. I had to use the below HTML code to prevent making additional favicon requests.
|
Beta Was this translation helpful? Give feedback.
-
That's what I meant. The |
Beta Was this translation helpful? Give feedback.
-
I have been trying to set up a CSRF form with the below code but checkToken() always return false.
Beta Was this translation helpful? Give feedback.
All reactions