$ curl 'https://gws.geodesy.ga.gov.au/corsNetworks/search/findByName?name=NSW' -i
Sample curl request to find a CORS network by name:
$ curl 'https://gws.geodesy.ga.gov.au/corsNetworks/search/findByName?name=NSW' -i
Sample response:
HTTP/1.1 200 OK
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-Frame-Options: DENY
ETag: "0"
Content-Type: application/hal+json;charset=UTF-8
Content-Length: 282
{
"id" : 802,
"name" : "NSW",
"description" : "New South Wales CORS Network",
"_links" : {
"self" : {
"href" : "https://gws.geodesy.ga.gov.au/corsNetworks/802"
},
"corsNetwork" : {
"href" : "https://gws.geodesy.ga.gov.au/corsNetworks/802"
}
}
}