Re: [OpenLayers-Users] XMLHttpRequest.open Error on WFS layer

2009-01-12 Thread Bill Thoen
Never mind... I solved it by changing all references to the IP 192.168.0.250 to 'localhost'. Even though on my network localhost is 192.168.0.250, I guess if the URL says localhost, then all your data resources need to be referenced the same way. ___ U

Re: [OpenLayers-Users] XMLHttpRequest.open Error on WFS layer

2009-01-12 Thread Eric Lemoine
Hi Bill Check this: . -- Eric On Mon, Jan 12, 2009 at 11:30 PM, Bill Thoen wrote: > I'm trying to get a layer of lines to open as a WFS layer and I'm > getting this error: > > uncaught exception: Permission

[OpenLayers-Users] XMLHttpRequest.open Error on WFS layer

2009-01-12 Thread Bill Thoen
I'm trying to get a layer of lines to open as a WFS layer and I'm getting this error: uncaught exception: Permission denied to call method XMLHttpRequest.open When I issue a GetRequest directly to the server via the browser url window, I get an XML file with all the expected data. But when I tr