...
Code Block | ||
---|---|---|
| ||
curl -H "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -vhttpsv https://localhost:9443/api/projects -k |
...
Code Block | ||
---|---|---|
| ||
GET https://localhost:9443/api/projects |
Sample output
...
...
Code Block | ||
---|---|---|
| ||
curl -H "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -vhttpsv https://localhost:9443/api/projects -k |
...
Code Block | ||
---|---|---|
| ||
GET https://localhost:9443/api/projects |
...