Changes between Version 15 and Version 16 of DeveloperGuidelines/WebServices


Ignore:
Timestamp:
08/14/09 00:16:16 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/WebServices

    v15 v16  
    2121}}}
    2222
    23 Can authenticate using wget/Curl (no need for browser):
     23Can test authentication/REST using wget/curl:
    2424 * http://groups.google.com/group/web2py/msg/dde8335c4ec26b99
     25 * Rest-UI client: http://code.google.com/p/rest-client/
    2526Token-based authentication:
    2627 * http://groups.google.co.uk/group/web2py/browse_thread/thread/98258d69b6a6f927
    2728
    28 Note that mot web-services clients don't support cookies & hence are stateless (no sessions support):
     29Note that most web-services clients don't support cookies & hence are stateless (no sessions support):
    2930 * http://groups.google.com/group/web2py/browse_thread/thread/6538ae13cb8f28d3
     31  * use {{{session.forget()}}} inside controllers expecting such clients
    3032 * XML-RPC client which does support Cookies: http://code.activestate.com/recipes/501148/
    3133