Rifluxyss / acra

Automatically exported from code.google.com/p/acra
0 stars 0 forks source link

Basic authentication in custom url POST requests #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be great to allow a basic authentication system (i.e. 
username/password) to securize the remote URL where the application submits the 
crash reports.

It seems that modifying HttpUtils to add a HTTP "Authorization" header with 
would do the trick.

I understand it will not be 100% sure as the password or a password hash has to 
be stored in the client.

Original issue reported on code.google.com by guido.ga...@gmail.com on 1 Jan 2011 at 6:45

GoogleCodeExporter commented 8 years ago
I don't think you can set a password on a Google Docs form, so implementing 
auth support in ACRA wouldn't be useful. If you don't publish the form ID 
anywhere, the current system is just as secure as basic auth.

Original comment by pa...@paour.com on 5 Jan 2011 at 9:39

GoogleCodeExporter commented 8 years ago
Yes, I meant when you use your custom formUri instead of using Google Docs.

Original comment by guido.ga...@gmail.com on 5 Jan 2011 at 9:58

GoogleCodeExporter commented 8 years ago

Original comment by kevin.gaudin on 23 Jan 2011 at 11:54

GoogleCodeExporter commented 8 years ago

Original comment by kevin.gaudin on 4 May 2011 at 11:56

GoogleCodeExporter commented 8 years ago
Looks like this has been part of ACRA since at least 4.0

Original comment by william....@gmail.com on 17 Jul 2011 at 11:51

GoogleCodeExporter commented 8 years ago

Original comment by kevin.gaudin on 22 Dec 2011 at 9:06