Unity WebPlayer not connecting

Options
Hey guys I am not sure what I am missing, I can not seem to connect to server via web player. Standalone connects just fine however.

I opened port 843 TCP in router.
Allowed 843 TCP in firewall inbound and outbound rules.
Added Policy app in PhotonConfig (and it is running on 843 TCP)

Is there something I am missing?
I am getting Security crossdomain exception when trying to connect

Comments

  • drawmaster77
    Options
    Resolved.

    Looks like its one of those weird IP loopback issues again. Since I was hosting on the same machine I had to use localhost address rather then real IP. Wheres any remote machine uses my real IP.