Changes between Version 4 and Version 5 of DeveloperGuidelines/Mobile/Android/ODKCollect


Ignore:
Timestamp:
01/02/15 20:56:07 (10 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Mobile/Android/ODKCollect

    v4 v5  
    8989There are two possible ways around this:
    9090
    91 1) Catch the "xforms" controller in AuthS3.permission.fail() - and respond with a HTTP 401 Auth challenge instead of redirecting
    92 2) Configure ODK Collect to submit to /submission.xml instead of /submission (which makes it a non-interactive URL)
     911. Catch the "xforms" controller in AuthS3.permission.fail() - and respond with a HTTP 401 Auth challenge instead of redirecting
     922. Configure ODK Collect to submit to /submission.xml instead of /submission (which makes it a non-interactive URL)
    9393
    9494Solution (1) will be implemented in future versions of the xforms module (still under development while writing this).