Skip to main content
2 of 6
Tweaked grammar and capitalization, removed unity from title because it is already tagged in the tags

WWW request does not connect using webgl platfrom

I use request like code below:

string url = "http://localhost:51820/Home/login/" + end+"/";
        WWW www2 = new WWW(url);
        StartCoroutine(waitForLogin(www2));

It works fine in the editor but the html build shows a connection problem.

virtouso
  • 2.7k
  • 7
  • 44
  • 69