i have website A is a static html page and website B is a symfony script . i was trying to implement a login form in website A to website B using iframe . both website support https , but i've faced 2 issues , 1st issue is the security protocol in the browser will not allow me to send data between 2 website using https and not same domain .
2end. so i added the login form html codes into website A but when i attempt to login after redirecting to website B i've got and error from Symfony invalid CSRF.
is it possible i can generate CSRF code in website A or i should disable the CSRF protection in website B to make this work ?