upm-android icon indicating copy to clipboard operation
upm-android copied to clipboard

Use HTTP GET to download the db file and patch up multipart POST syntax

Open val-kulkov opened this issue 9 years ago • 0 comments

The proposed changes fix adrian/upm-android#19 issue, enabling the use of HTTP GET method instead of static HTTP POST to download the database file.

The use of LF (instead of CRLF) confuses CGI.pm if CGI.pm is used to process HTTP uploads. The proposed changes enable processing of HTTP uploads by a custom CGI script in addition to, or as a replacement of, the current PHP scripts.

val-kulkov avatar Jun 12 '16 23:06 val-kulkov