test_api.sh 163 Bytes
#!/bin/sh
curl -s -X POST http://localhost:8081/gis-geoserver/api/auth/login \
  -H "Content-Type: application/json" \
  -d @/tmp/login.json > /tmp/login_res.json
GitLab Appliance - Powered by TurnKey Linux