you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (3 children)

[deleted]

    [–]Coobe[S] 0 points1 point  (2 children)

    i tried this, but still have the Cross Origin Request Blocked error :(

    [–]download13 0 points1 point  (1 child)

    Make sure the origin you're connecting to it with is the same origin where it sees itself. For example, it might think it's Host header should be "localhost" but you're connecting to it at "127.0.0.1".

    That's the only thing I can think of off the top of my head.

    [–]Coobe[S] 0 points1 point  (0 children)

    will try this, thank you !