Re: RequestBuilder.POST to PHP works in IE, FireFox, but not Chrome Response Status = 0

2010-05-20 Thread Mike Apolis
I'm not explicitly asking it to post to any specific port to my knowledge. My url is http://www.mydomain.com/testing/login.php. The site.html file and accompanying folder are in the same directory "testing" as the php file. I've seen alot of things about SOP, but I thought if they were on the sam

Re: RequestBuilder.POST to PHP works in IE, FireFox, but not Chrome Response Status = 0

2010-05-20 Thread Sripathi Krishnan
Are you posting to a different port on the same host? AFAIK, IE allows you to post to the same port, but other browsers consider it a violation of same origin policy. --Sri On 20 May 2010 20:32, Mike Apolis wrote: > When sending the code below, everything works great in FF, IE, but the > respo

RequestBuilder.POST to PHP works in IE, FireFox, but not Chrome Response Status = 0

2010-05-20 Thread Mike Apolis
When sending the code below, everything works great in FF, IE, but the response that comes back in chrome has a status code of "0", and contains no data. At a minimum my php script would response back "FALSE". Code: String requestData = URL.encode("clientUsername="+authentication.getUsername() +"