Exodus-Privacy / exodus

Platform to audit trackers used by Android application
https://reports.exodus-privacy.eu.org/
GNU Affero General Public License v3.0
643 stars 63 forks source link

API authentication fails #617

Closed AlexWigren closed 6 months ago

AlexWigren commented 6 months ago

Description: Authenticating to the API endpoints fail for all endpoints except trackers. Trackers does not seem to need any authentication method at all, but the other endpoints simply refuse to respond with anything other than that authentication information was not provided.

To Reproduce: The simplest method to reproduce is just to use curl with a call to, for example, the search/com.facebook.katana/details endpoint. Adding the authentication header with -H "Authorization: Token API KEY" just results in what I described above. I have tried several other methods for sending requests too, all with the same results.

codeurimpulsif commented 6 months ago

Hi @AlexWigren !

Thanks for the issue, it was due to a bad cache configuration on our side. It should now be fixed!

Let us know if you still see this issue

AlexWigren commented 6 months ago

It works now! Thank you so much for the quick fix!! <3