You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/openrosa-form-submission.rst
-2
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,6 @@ OpenRosa servers MUST provide a URI capable of accepting HTTP POST Requests. Acc
25
25
26
26
The server MUST support HTTP 1.1 chunked transfer encoding for receiving the POST content. There is no minimum set of standards for timeouts, maximum content length, or other http configurations, but servers are encouraged to support lenient connections and the largest possible content size, since many of the connections will be from unreliable channels and in environments where splitting content up is impractical.
27
27
28
-
For maximum compatibility with J2ME clients, it is recommended that a server SHOULD NOT issue redirects.
29
-
30
28
.. note::
31
29
Using digest authentication and https when communicating with a server does not require any redirects --- you can have authentication and secure transport without redirects.
0 commit comments