Piwigo / Piwigo-Android

Piwigo Native Android App
GNU General Public License v3.0
140 stars 43 forks source link

URL forward should be resolved on login attempt (HTTP 301 and 302) #187

Open ramack opened 4 years ago

ramack commented 4 years ago

Some users have a "redirecting" short URL delivering 301 (or even 302) moved redirections. Those should be handled correctly by the APP. 301 by change of the account URL, 302 by just redirecting temporarily, so maybe we should assume, that all requests to the given URL are correctly redirected and we just ensure that each HTTP request is using the redirect instead.