AmauryCarrade opened this issue 4 years ago ยท 2 comments
We should follow redirections.
ImageOnMap/src/main/java/fr/moribus/imageonmap/image/ImageRendererExecutor.java
Lines 74 to 77 in c769f50
We can follow the redirection location in the header
We'll have to implement redirection manually. Even if there is a followRedirects flag in URLConnection, it will not redirect if the protocol changes (e.g. http to https).
followRedirects
URLConnection
http
https