g3w-suite / g3w-client

Map viewer addon for G3W-SUITE
https://g3w-suite.readthedocs.io/en/latest/g3wsuite_client.html
Mozilla Public License 2.0
21 stars 17 forks source link

Queries HTTP method always GET if inirConfig.baseurl is set #616

Closed volterra79 closed 6 months ago

volterra79 commented 6 months ago

Checklist

Subject of the issue

https://github.com/g3w-suite/g3w-client/commit/b7121e63948dba5f26ff188a8901d2aa701035cd

If initConfig.baseurl is set, all queries use GET http method

Steps to reproduce

  1. Set a base url
  2. Set CLIENT_OWS_METHOD = 'POST' on g3w-admin setting.py
  3. Click on map to do a query

Environment

Link to your project

No response

Additional info

No response