3liz / py-qgis-server

QGIS embbeded WMS/WFS/WCS asynchronous scalable http server
https://docs.3liz.org/py-qgis-server
Mozilla Public License 2.0
68 stars 16 forks source link

Support POST with Content-type application/x-www-form-urlencoded #1

Closed rldhont closed 6 years ago

rldhont commented 6 years ago

To avoid the length limitation of url in GET, POST with Content-type application/x-www-form-urlencoded has to be supported.

dmarteau commented 6 years ago

Fixed 093804096