Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mujassir Nasir 1 post 71 karma points
    Mar 10, 2023 @ 03:19
    Mujassir Nasir
    0

    Run Umbraco inside HTML <iframe> Tag

    I have an Umbraco instance locally setup that I would like to open inside iframe as following:

    <iframe src="https://localhost:44361/umbraco" width="100%" height="700px" allowfullscreen>
    </iframe> 
    

    Currently I am able to open the umbraco login page in the iframe, but not able to login may be due to not able create/read auth cookie. As I can see in browser, the iframe hosted umbraco login redirecting me to home page but not saving the auth cookie. Due to the reason, if I reload the page it shows the login page again.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies