Re: [Geoserver-users] Passing login and password in the data header

2021-08-26 Thread Humphries, Graham
It is possible to do it in the header, but what you are doing there is passing them as parameters of the URL. There is a plugin for Google Chrome called Talend API Tester that will allow you to create a URL with an authorization header. This will allow to test your url and see the response.

Re: [Geoserver-users] geoserver/saml/metadata endpoint

2021-08-26 Thread Alessandro Ferrucci
Thank you very much for the reply, Andrea. SAML integration is a fairly integration requirement for the successful adoption of GeoServer in our enterprise, so I will happily delve into the source code to better understand it. I've done SAML work with Spring Security in the past with various

[Geoserver-users] Generate raster tiles for basemap : best practices?

2021-08-26 Thread celati Laurent
I work with *Qgis* and *geoserver* on windows. We need to generate *raster tiles* for basemap *(with a style defined for different viewing scales)* to serve them throw our geoserver. Our area of interest is quite important: approximately 5 french "departments" of the "Grand Est" region/area. We

[Geoserver-users] Publish SLD with InlineContent via REST API

2021-08-26 Thread Christian Mayer
Hi all, I am trying to publish a SLD with InlineContent (a base64 png image) by using the REST-API. The request fails with the message an HTTP 500 "Error writing style". The REST call works quite well with a "normal" SLD, such as the simple "point" example. So the problem seems to be related to

[Geoserver-users] Passing login and password in the data header

2021-08-26 Thread Андрей Метелкин
Good day! I learned how to make requests directly to the geoserver API and in such a scenario everything works for me. But my task is to make requests through the wso2 api manager. And here I have difficulties. I suspect the problem is that I pass the credentials like this: -u admin: password and