Hi
First off - I'd like to say that I absolutely love Qouch - it's an amazing app that has replaced several apps on my iPhone.
I have a question/feature request though;
I have my apps set up using a reverse proxy under apache on ubuntu linux. So for example I use;
https://www.mydomain.co.uk/sabnzbdhttps://www.mydomain.co.uk/couchpotatohttps://www.mydomain.co.uk/sickbeardThe whole of
www.mydomain.co.uk is protected by digest authentication (with credentials stored in LDAP) so I have turned individual authentication off for each of the applications - however, Qouch doesn't understand how to authenticate with the reverse proxy rather than the individual apps (unless I'm missing something).
For each of the apps, I have set the port to 443 (as the whole domain is SSL), turned the SSL switch on, and ensured the path is correct but Qouch reports that the username and password are incorrect.
Is this something that could be implemented in the app - or to the wider community, is there a way around this (without reverting back to basic authentication).