Open JakobMiksch opened 3 years ago
I investigated this a bit and its not easy to fix. The security endpoint is only fully working with application/xml
, while application/json
only works half of the time. Reason seems to be a somewhat weird setup in geoserver, not easy to fix that.
Maybe request and parsing XML is the easier choice here...
the function
grc.security.getAllUsers()
fails for me with status code406