|
|
| Line 244: |
Line 244: |
|
| |
|
| * Quick Verifications | | * Quick Verifications |
| https://msisdn.stage.mozaws.net | | In the browser: https://msisdn.stage.mozaws.net |
| returns
| | |
| {"name":"mozilla-msisdn-gateway","description":"The Mozilla MSISDN Gateway","version":"0.3.0- DEV",
| |
| "homepage":"https://github.com/mozilla-services/msisdn-gateway/","endpoint":"http://msisdn.stage.mozaws.net"}
| |
| (or similar) | |
| | |
| https://msisdn.stage.mozaws.net/__heartbeat__ | | https://msisdn.stage.mozaws.net/__heartbeat__ |
| returns {"storage":true} | | returns {"storage":true} |
| | | |
| curl https://msisdn.stage.mozaws.net | | curl https://msisdn.stage.mozaws.net |
| returns | | |
| {"name":"mozilla-msisdn-gateway","description":"The Mozilla MSISDN Gateway","version":"0.3.0-DEV",
| |
| "homepage":"https://github.com/mozilla-services/msisdn-gateway/","endpoint":"http://msisdn.stage.mozaws.net"}
| |
| (or similar)
| |
| | |
| curl -I https://msisdn.stage.mozaws.net | | curl -I https://msisdn.stage.mozaws.net |
| returns
| |
| HTTP/1.1 200 OK
| |
| Content-length: 207
| |
| Content-Type: application/json; charset=utf-8
| |
| Date: Thu, 03 Jul 2014 00:38:55 GMT
| |
| ETag: W/"cf-2959630074"
| |
| Timestamp: 1404347935320
| |
| Connection: keep-alive
| |
| (or similar)
| |
|
| |
|
| == MSISDN Mock Server Stage Details == | | == MSISDN Mock Server Stage Details == |