Replies: 1 comment
-
What is in the generated markup? What data is actually getting POSTed? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i can acces to my web with his 2 urls:
myweb.com/controller or myweb.com/es/controller *myweb/{language}/controller
All works fine but not the checkToken, only fails when i write the {language} in the url... when i do the CheckToken from any */{language}/controller always return false.
This is in the form
<input type='hidden' id="token" name='<?php echo $this->security->getTokenKey() ?>' value='<?php echo $this->security->getToken() ?>' />
this is in the javascript.
and this is in the controller
GREETINGS
Beta Was this translation helpful? Give feedback.
All reactions