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
I'm trying to add an app from a private repository that requires HTTP basic authentication via the direct apk link option. I entered the source URL and changed the source type to direct apk link. As request header I added Authorization: Basic <base64>. When I now click on add, none of the specified headers are sent to the server and I get an Unauthorized error at the bottom.
I tried many things with a test server and not even the default User-Agent header is added to the request. As user agent Dart/3.4 (dart:io) is used all the time and all other custom headers are completely missing.
Using Obtanium version 1.1.11
The text was updated successfully, but these errors were encountered:
- Bugfix: Pull to refresh not working with few apps (#1680)
- Add third-party F-Droid repo search to main search menu (#1681)
- Added autocomplete for F-Droid repos (#1681)
- Bugfix: Missing request headers for direct APK link apps (#1688)
- Release asset download confirmation even for single choice (#1694)
- Add a less obvious touch target to highlights (#1694)
I'm trying to add an app from a private repository that requires HTTP basic authentication via the direct apk link option. I entered the source URL and changed the source type to direct apk link. As request header I added
Authorization: Basic <base64>
. When I now click on add, none of the specified headers are sent to the server and I get an Unauthorized error at the bottom.I tried many things with a test server and not even the default User-Agent header is added to the request. As user agent
Dart/3.4 (dart:io)
is used all the time and all other custom headers are completely missing.Using Obtanium version 1.1.11
The text was updated successfully, but these errors were encountered: