GeoNode / QGISGeoNodePlugin

A QGIS plugin that provides integration with GeoNode
https://geonode.org/QGISGeoNodePlugin/
GNU General Public License v3.0
11 stars 10 forks source link

When using the /gs/ proxy, also replace the geoserver base url with the current base url #227

Closed ricardogsilva closed 2 years ago

ricardogsilva commented 2 years ago

As reported in geosolutions-it/nexus-geonode#574, when we are using HTTP Basic Auth for authentication, we replace the GeoNode API's service URLs response in order to use GeoNode's own GeoServer proxy, which supports basic auth.

In order to cater for scenarios where GeoServer may be installed in different domains, we ought to also replace the base GeoServer URL, in addition to just adding the /gs/ part