i have my own apllication jsp and there is one form like mautic login .if the form submited by user it have to redirect to mautic dashbord . is it possible
i have my own apllication jsp and there is one form like mautic login .if the form submited by user it have to redirect to mautic dashbord . is it possible
and here my own app login code.
click here
and when i submit the form it showing csrf token invalid
help me thank you!!!
and also i tried one technique that is i get the full content of mautic login page using file_get_content method and echo that into my own page .now it is like a real mautic login page . and now it have the CSRF token and everything .and i enter the username and password .now also telling that csrf token not valid
then how can i login ? is there any way or suggestion ?