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

Add header Authorization for OPTIONS METHOD #57

Closed TANK2003 closed 1 year ago

TANK2003 commented 1 year ago

This header is required if the request has an Authorization header. Authorization Header in OPTIONS method is useful to implement authentication on top QGIS SERVER (like with a plugin)

TANK2003 commented 1 year ago

@dmarteau

dmarteau commented 1 year ago

Thanks @TANK2003 ! Can you also update the Changelog plz ?

TANK2003 commented 1 year ago

Yes, do you want me to add it to "Unreleased" part ? or create a new version "1.8.8 - 2023-04-05" ?

Gustry commented 1 year ago

Just in the "unreleased" is ok ;-)

We add the date when we make a tag.

Thanks !