Confirmed users
528
edits
| Line 134: | Line 134: | ||
|- | |- | ||
| ''In:'' | | ''In:'' | ||
| http response for /provider/list | | (2) http response for /provider/list | ||
| static configuration info, in JSON. | | static configuration info, in JSON. | ||
| See [http://bwinton.latte.ca/Work/provider/list] | | See [http://bwinton.latte.ca/Work/provider/list] | ||
|- | |- | ||
| | | | ||
| http response for /suggest | | (6) http response for /suggest | ||
| static configuration info, in JSON. | | static configuration info, in JSON. | ||
| See [http://bwinton.latte.ca/Work/provider/suggestFromName.cgi?first_name=Blake&last_name=Winton] | | See [http://bwinton.latte.ca/Work/provider/suggestFromName.cgi?first_name=Blake&last_name=Winton] | ||
|- | |- | ||
| ''Out:'' | | ''Out:'' | ||
| http request for /provider/list | | (1) http request for /provider/list | ||
| None. | | None. | ||
| | | | ||
|- | |- | ||
| | | | ||
| http request for /suggest | | (3) http request for /suggest | ||
| First name, last name, client IP. | | First name, last name, client IP. | ||
| | | | ||
| Line 164: | Line 164: | ||
|- | |- | ||
| ''In:'' | | ''In:'' | ||
| sign-up page(s | | (8b, 8d) sign-up page(s) | ||
| html | | html | ||
| There may be more than one page in the sign-up process. | | There may be more than one page in the sign-up process. | ||
|- | |- | ||
| ''Out:'' | | ''Out:'' | ||
| http request for first sign-up page. | | (8a, 8c) http request for first sign-up page. | ||
| First name, last name, selected email address, client IP. | | First name, last name, selected email address, client IP. | ||
| | | | ||
|} | |} | ||
=== Mozilla Messaging server === | === Mozilla Messaging server === | ||