-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
When we hit http://localhost:8080/geoserver/rest/about/status.html
we get info such as attached image , but when we get data using status.json we get result as
{
"name": "GeoWebCache",
"href": "http://localhost:8080/geoserver/rest/about/status/GeoWebCache.json"
},
{
"name": "GeoServer KML",
"href": "http://localhost:8080/geoserver/rest/about/status/GeoServer+KML.json"
},
{
"name": "GeoServer Main",
"href": "http://localhost:8080/geoserver/rest/about/status/GeoServer+Main.json"
},
The links given in href are not working, should we get data in html and then create json on our own ?
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In progress