I am getting two different xmlHttp.status codes back from two different servers with the same files on each server. What should I check?
xmlHttp.status 404 on the qa server doesnt complete request
xmlHttp.status 200 on the dev server all is great.
Any Ideas what could be missing?
xmlHttp.status 404 on the qa server doesnt complete request
xmlHttp.status 200 on the dev server all is great.
Any Ideas what could be missing?
Comment