Confirmed users
3,727
edits
| Line 13: | Line 13: | ||
* Quick Verifications | * Quick Verifications | ||
Loop-Server | |||
In the browser: https://loop.services.mozilla.com | In the browser: https://loop.services.mozilla.com | ||
Note: the default value of "fakeTokBox" is true for the mock server, false for the live server | Note: the default value of "fakeTokBox" is true for the mock server, false for the live server | ||
| Line 20: | Line 21: | ||
curl -I https://loop.services.mozilla.com | curl -I https://loop.services.mozilla.com | ||
Loop-Client | |||
In the browser: https://call.mozilla.com | In the browser: https://call.mozilla.com | ||
Loop | Loop | ||
Welcome to the Loop web client. | Welcome to the Loop web client. | ||
Browser: https://call.mozilla.com/config.js | Browser: https://call.mozilla.com/config.js | ||
var loop = loop || {}; | var loop = loop || {}; | ||
loop.config = {serverUrl: 'https://loop.services.mozilla.com'}; | loop.config = {serverUrl: 'https://loop.services.mozilla.com'}; | ||
curl https://call.mozilla.com/ | |||
returns a page of HTML | |||
curl -I https://call.mozilla.com/ | |||
MSISDN-Gateway | |||
Browser: https://msisdn.services.mozilla.com | |||
{"name":"mozilla-msisdn-gateway","description":"The Mozilla MSISDN | |||
Gateway","version":"0.3.2","homepage":"https://github.com/mozilla-services/msisdn-gateway" | |||
,"endpoint":"https://msisdn.services.mozilla.com"} | |||
curl https://msisdn.services.mozilla.com | |||
{"name":"mozilla-msisdn-gateway","description":"The Mozilla MSISDN | |||
Gateway","version":"0.3.2","homepage":"https://github.com/mozilla-services/msisdn-gateway" | |||
,"endpoint":"https://msisdn.services.mozilla.com"} | |||
Browser: https://msisdn.services.mozilla.com | |||
{"name":"mozilla-msisdn-gateway","description":"The Mozilla MSISDN Gateway","version":"0.3.2","homepage":"https://github.com/mozilla-services/msisdn-gateway | |||
curl https://msisdn.services.mozilla.com | |||
{"name":"mozilla-msisdn-gateway","description":"The Mozilla MSISDN Gateway","version":"0.3.2","homepage":"https://github.com/mozilla-services/msisdn-gateway | |||
curl -I https://msisdn.services.mozilla.com | curl -I https://msisdn.services.mozilla.com | ||
== Loop Server Stage Environment == | == Loop Server Stage Environment == | ||