Being able to authenticate with basic http authentification.
THe gitea hosting of my organisation is protected with a basic http authentification for IP that are unknown.
Therefore I would like to be able to fisrt send a HTTP password before connecting to my gitea hosting. Actually, since gitnex try to connect without http password, I am blacklisted by the server.
Some android apps implement this kind of feature (tt-rss for example) and having such an option in gitnex would be very ull.
## # What do you want to address?
<!-- This step is required; examples are shown below -->
- [ ] Bug
- [X] Feature
- [ ] Suggestion
## # Describe your matter briefly
Being able to authenticate with basic http authentification.
THe gitea hosting of my organisation is protected with a basic http authentification for IP that are unknown.
Therefore I would like to be able to fisrt send a HTTP password before connecting to my gitea hosting. Actually, since gitnex try to connect without http password, I am blacklisted by the server.
Some android apps implement this kind of feature (tt-rss for example) and having such an option in gitnex would be very ull.
Hi, Basic auth is supported. Can you check this guide and let us know if it's not working for you?
https://codeberg.org/gitnex/GitNex/wiki/Troubleshoot-Guide
Hi,
no I cannot use the url tweak, since login/password of HTTP authentification are not related to gitea ones.
A separate setting to enter HTTP login and password is needed in my case.
Thanks for this great software
Hi,
no I cannot use the url tweak, since login/password of HTTP authentification are not related to gitea ones.
A separate setting to enter HTTP login and password is needed in my case.
Thanks for this great software
# What do you want to address?
# Describe your matter briefly
Being able to authenticate with basic http authentification.
THe gitea hosting of my organisation is protected with a basic http authentification for IP that are unknown.
Therefore I would like to be able to fisrt send a HTTP password before connecting to my gitea hosting. Actually, since gitnex try to connect without http password, I am blacklisted by the server.
Some android apps implement this kind of feature (tt-rss for example) and having such an option in gitnex would be very ull.
Hi, Basic auth is supported. Can you check this guide and let us know if it's not working for you?
https://codeberg.org/gitnex/GitNex/wiki/Troubleshoot-Guide
Hi,
no I cannot use the url tweak, since login/password of HTTP authentification are not related to gitea ones.
A separate setting to enter HTTP login and password is needed in my case.
Thanks for this great software
Ahh, ok. It is something like set on your web server(Apache, Nginx etc).
I think this could be on th3 same settings page as for #802 ...