Hello, I'm trying to develop a WPS app using GeoServer - Openlayers/GeoExt. The base url of my app is: http://127.0.0.1:8000/ For the wps process, I have integrated the code of the following example in my app.
http://dev.openlayers.org/releases/OpenLayers-2.13.1/examples/wps.html I have defined the ProxyHost as follow: OpenLayers.ProxyHost = "http://127.0.0.1:8000/proxy/?url="; and the wps url: wps = "http://127.0.0.1:8080/geoserver/wps" Whenever the app runs the GetCapabilities and DescribeProcess operations of the WPS process, everything works fine. But when I execute the process, the terminal displays the following error: [16/Jan/2014 11:43:22] "POST /proxy/?url=http%3A%2F%2F127.0.0.1%3A8080%2Fgeoserver%2Fwps HTTP/1.1" 403 2282 How can I fix it ? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/POST-proxy-problem-tp5099041.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
