[Featureserver] D in CRUD not working

Yves Moisan yves.moisan at boreal-is.com
Tue Dec 23 09:34:28 EST 2008


> Right, that's the OpenLayers proxy. It doesn't support DELETE, as you
> discovered. (And the docstring does say, quite clearly, 
> "It supports GET and POST requests." 

Yep.
> 
> Making it do so is hard, because urllib doesn't make anything other than
> get and post easy, so you have to drop down to the level of httplib.
> 
> I'd suggest just using mod_proxy in Apache, or setting up featureserver
> on the same origin as your HTML page, personally.

Thanx for your suggestions.  The second option is a bit problematic for
now because I'm running FS in the wsgi standalone fashion so it has it's
own port and Apach has it's own.  We're supposed to run FS under
mod_python soon so that'll solve the problem then.

Yves




More information about the Featureserver mailing list