Tagged Questions
7
votes
0answers
378 views
Geoserver GET request to the REST API without authentication
I am using Geoserver to serve a number of WMS layers. I am using jQuery's $.getJson('/geoserver/rest//featuretype.json') to programmatically populate a table with the available layers and their ...