Re: [Geoserver-users] Making calls to GeoServer REST api from web app?

2018-06-05 Thread Todd Jacobus
Hi Torben, Thank you very much for your reply! WFS-T was not known to me, but seems exactly what I'm looking for. Much appreciated! Todd On Tue, Jun 5, 2018 at 2:48 PM, Torben Barsballe < tbarsba...@boundlessgeo.com> wrote: > Hi Todd > > Saving feature data to GeoServer is exactly the sort

Re: [Geoserver-users] Making calls to GeoServer REST api from web app?

2018-06-05 Thread Torben Barsballe
Hi Todd Saving feature data to GeoServer is exactly the sort of thing WFS-T is intended for - see here for details. Combining this with GeoServer's standard security model should allow you to update database

[Geoserver-users] Making calls to GeoServer REST api from web app?

2018-06-05 Thread Todd Jacobus
Hi all, I'm building a web map that collects some simple GeoJSON from user-drawn polygons and I'm trying to devise a method to send out and store that data. Would it be a bad idea to use GeoServer's REST api to push an entry to a database, or would this possibly expose a security vulnerability?