![]() |
Can't login mybb that is embedded into another webpage - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: Can't login mybb that is embedded into another webpage (/thread-222450.html) |
Can't login mybb that is embedded into another webpage - online0227 - 2019-03-25 I have totally another webpage, there, <iframeĀ src="https://www.mybburl.com" style="width: 100%; height: 100%"> And I am trying to login there, but I can't. Refreshed page after login still shows un-logged like visitor. How canĀ I make it? RE: Can't login mybb that is embedded into another webpage - DoctorOW - 2019-03-28 If I had to guess, MyBB is doing this as a security feature to help prevent other websites from being able to send authenticated requests. I tested this with my own MyBB installation and it seems it's not unique to your setup. RE: Can't login mybb that is embedded into another webpage - online0227 - 2019-03-28 (2019-03-28, 04:32 AM)DoctorOW Wrote: If I had to guess, MyBB is doing this as a security feature to help prevent other websites from being able to send authenticated requests. I tested this with my own MyBB installation and it seems it's not unique to your setup. oh ok thank you |