I am trying to make a XMLHttpRequest Request to a content which is on local, runnin on local webserver from a HTML File and javascript residing locally.
it will hit the webserver request, and then even thou it sends the data back, in my javscript, at once I get readyState 4 and status as 0.
If i try putting the pages in the webserver foloder and access them as webpage slke http;//localhost/ filename then it works fine.