bilde2910 / Hauk

Open-source realtime location sharing
Apache License 2.0
583 stars 58 forks source link

Allow using redirected server domain in android app #186

Open m-rey opened 1 year ago

m-rey commented 1 year ago

I'm currently using the server that a friend of mine is hosting. I have a subdomain that 301 redirects to his hauk server subdomain. However, the android app doesn't work when I enter my redirected subdomain as hauk server, as it probably doesn't handle the redirect properly. ("Server error. Missing data")

Therefore I currently need to enter his hauk server subdomain as the server and then need to manually change the url to point to my redirected subdomain instead for every generated tracking url. I'd be nice if hauk could follow the redirect instead and thus be able to transparently use my redirected subdomain instead.