'Invalid Token' security message when submitting form - Joomla! Forum - community, help and support
hi there,
had host joomla app , wordpress app on exact same domain. able multi/micro services arch using app path-based load balancer on amazon.
my site/domain has 2 signup forms, 1 on joomla , other on wp, , i've set wp form submit same submit path joomla form since want accounts in joomla.
when submitting wp form, joomla responds 'invalid token', though submission identical domain. advice or workaround situation?
edit: ahhh found jsession::checktoken() in submit handling code - seems culprit. i'll add conditional logic around see if works.
had host joomla app , wordpress app on exact same domain. able multi/micro services arch using app path-based load balancer on amazon.
my site/domain has 2 signup forms, 1 on joomla , other on wp, , i've set wp form submit same submit path joomla form since want accounts in joomla.
when submitting wp form, joomla responds 'invalid token', though submission identical domain. advice or workaround situation?
edit: ahhh found jsession::checktoken() in submit handling code - seems culprit. i'll add conditional logic around see if works.
that message indicates token, random string in form data submitted joomla not have correct value session.
it explained in tutorial: https://docs.joomla.org/how_to_add_csrf ... g_to_forms
it explained in tutorial: https://docs.joomla.org/how_to_add_csrf ... g_to_forms
Comments
Post a Comment