Changes between Version 11 and Version 12 of DeveloperGuidelines/WebServices


Ignore:
Timestamp:
06/01/09 07:14:23 (16 years ago)
Author:
Fran Boon
Comment:

Can authenticate using wget/Curl (no need for browser)

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/WebServices

    v11 v12  
    4040    return shn_rest_controller(module,'organisation')
    4141}}}
     42
     43Can authenticate using wget/Curl (no need for browser):
     44 * http://groups.google.com/group/web2py/msg/dde8335c4ec26b99
     45
    4246----
    4347Another approach (using JSONRPC e.g. with [http://pyjs.org Pyjamas]):