Alessandro Pasotti 691176b39b Fix POST requests for QGIS server
Followup https://github.com/qgis/QGIS/pull/8830 that fixed
a regression with rewritten urls in the server, unfortunately
my original solution introduced a side-effect on the POST
request, with the new approach I'm introducing a new method
to retrieve the URL as seen by the web server: by default
this is the same URL seen by QGIS server, but in case
a rewrite module made some changes, the original URL will
be used as a base URL if not overridden by a config setting.

This PR comes with an extended set of tests that should
cover both (rewritten and unrewritten) cases for GET and
POST and for WFS/WFS/WCS and WMTS.
2019-01-21 19:15:49 +01:00
..
2019-01-14 12:32:36 +01:00
2019-01-21 11:01:12 +01:00
2019-01-21 14:48:19 +11:00
2018-10-24 11:13:54 +02:00
2018-10-16 12:52:48 +02:00
2019-01-21 19:15:49 +01:00
2018-05-31 12:33:38 -08:00