function getInteger()
{
var url = "sint.xml";
getRequest(url);
return false;
}
I changed it to this
var url = "http://192.168.1.100/sint.xml";
getRequest(url);
return false;
My wiznet is at address 192.168.1.100.
My Web Server with the html code is on 192.168.1.15:90.
I am using the browser on the web server at 192.168.1.15:90 to test this.
I am going to keeping cruising the web but I thought I would post this to see if anyone sees something obviously wrong with what I am doing.
I tested the Web server w5200 with the html code placed on the sd card on the wiznet and it works fine. But moving the html file to my web server causes it to fail.
The request makes it to the wiznet but nothing makes it back to the web browser.
I think the code is fine, I have been reading other posts in the spinneret forums. I think the problem is cross domain boundaries. I have worked around the problem with some advice Mike G gave me a long time ago. Anyways I am going to keep rolling with the tutorials.
Thanks
Shawn
Comments
This is what I changed in the HTML code.
It was this
I changed it to this
My wiznet is at address 192.168.1.100.
My Web Server with the html code is on 192.168.1.15:90.
I am using the browser on the web server at 192.168.1.15:90 to test this.
I am going to keeping cruising the web but I thought I would post this to see if anyone sees something obviously wrong with what I am doing.
I tested the Web server w5200 with the html code placed on the sd card on the wiznet and it works fine. But moving the html file to my web server causes it to fail.
The request makes it to the wiznet but nothing makes it back to the web browser.
Thanks
Shawn
Thanks
Shawn