adrian / upm-android

Android version of Universal Password Manager.
http://upm.sourceforge.net/
76 stars 45 forks source link

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

Open val-kulkov opened 8 years ago

val-kulkov commented 8 years ago

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.