You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When qgis-server is started using the embedded nginx service, no object information is displayed as qgis-server does not send an Access-Control-Allow-Origin header.
This could be solved e.g. by adding add_header Access-Control-Allow-Origin *; to the /qgis/ location in qgis-server-nginx.conf.
The text was updated successfully, but these errors were encountered:
not sure if this is the responsibility of the QGIS server, since it might be behind another proxy.
when adding this a CORS header to the conf, I would prefer it to be optional with default to false.
When qgis-server is started using the embedded nginx service, no object information is displayed as qgis-server does not send an Access-Control-Allow-Origin header.
This could be solved e.g. by adding
add_header Access-Control-Allow-Origin *;
to the/qgis/
location in qgis-server-nginx.conf.The text was updated successfully, but these errors were encountered: