On Oct 8, 2010, at 9:43 AM, ext Alphatran wrote:

> 
> Hi Sarah,
> 
> In Geoserver log, I found just one line related to WFS. The one is:
> 
> 127.0.0.1 -  -  [08/Oct/2010:13:12:43 +0000] "OPTIONS /geoserver/wfs
> HTTP/1.1" 200 0 
> 
> I think OpenLayers did not send any request to Geoserver

This indicates that your OpenLayers application is probably not talking
to GeoServer through a Proxy. In this case, Firefox will first send an
OPTIONS request (to check if GeoServer allows cross-domain access, which
it doesn't) and will then not send any further requests due to the Same
Origin Policy.

You need to use a Proxy.

-- Chris 

> I tried to change version of WFS Protocol to 1.0.0 did not solve this.
> 
> I tried to use WFS layer, it made request to GeoServer and xml return ok but
> no feature is showing (SRS is ok, no problem).
> 
> I wondering whether there is any requirements for using WFS Protocol!
> 
> I hope you will kind to help me Sarah.
> 
> 
> -- 
> View this message in context: 
> http://osgeo-org.1803224.n2.nabble.com/Vecor-layer-with-WFS-Protocol-now-show-feature-tp5613684p5614946.html
> Sent from the OpenLayers Users mailing list archive at Nabble.com.
> _______________________________________________
> Users mailing list
> us...@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/openlayers-users

_______________________________________________
Users mailing list
us...@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to