Closed geogitinneed closed 6 years ago
I'm not sure it's been tested. But I'd think the processing of the POST request might occur at a higher level by GeoServer so the request might look the same by the time it reaches the plugin. If you find there are any issues with it please post back here.
I have an issue where my query to geoserver using a GET request contains a very long URI, for which geoserver returns an error 414 - URI too long. I saw that geoserver can also get POST request with the query in the body of the request as an XML. can your plugin handle this kind of http request?