We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Iframe CORS issue

Home Forums Programming Iframe CORS issue

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27909
    gr8temi
    Participant

    Hello good day. I embedded my 3D application into another application but I keep having this issue `Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://127.0.0.1:8100/api/v1/verge/. (Reason: CORS request did not succeed).
    `. How do I solve this thanks.

    #27925

    hi,

    the 3D app and the page in which you are embedding the app must be located on the same domain.

    In your case one of the pages is served from the local server.

    Chief 3D Verger | LinkedIn | Twitter

    #34068
    sumax
    Customer

    hi Yuri

    I am not sure if it is the same(CORS) problem. I depart my verge3d project from its parent documents on two different servers. When connecting my customer’s store platform. all interactive not work.

    I try this way because I don’t want to send my customer the whole project folder.
    is there a solution for this? What I should do on my server?

    Thanks

    #34069

    Hi,

    I think in order to work properly, the application must be deployed on the same domain as the web service in which it is embedded.

    You can possibly send your application folder to your client without including the source Blender (Max, Maya) files if you are worried about this.

    Chief 3D Verger | LinkedIn | Twitter

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.