Md. Touhidur Rahman
Md. Touhidur Rahman
> Rewriting the net api sounds like a lot of work work little return. Sigh. I looked into solutions online before proposing this. It's not that much work as it...
> a lot of work work little return. Also this implementation will give you the ability to move your api endpoint as you wish without affecting users negatively. Having to...
> which is why I think its a gdx issue and anything we do would be just a workaround. From what I read in code, Unciv is using java.net to...
> Well looks like only the method is taken from gdx.net Lol. Maybe I misread then. Can you markup the lines? Just for reference.
> But still, I don't think this is an issue on our end, especially since the Desktop version works. Whether it is a problem on unciv's end or not i...
> > But still, I don't think this is an issue on our end, especially since the Desktop version works. > > Whether it is a problem on unciv's end...
> I don't really understand the issue here. Can't you just tell your users to use a new URL? Well I wanted to make Unciv recognise redirects to make it...
Also HerokuApp is just a temporary measure. Cause I don't have much time now for some personal reasons. Was travelling when the outrage happened and will be travelling the next...
> Are you switching protocols? Looks like auto-redirect doesn't work when redirecting from https to http or vice versa - [here](https://stackoverflow.com/questions/1884230/httpurlconnection-doesnt-follow-redirect-from-http-to-https) I know. But I am not switching protocols. https://uncivserver.xyz/stuff...
> Looks like it's just a boolean that we need to enable You mean `setFollowRedirects` method? Actually I looked into that too. Both Java and Android docs says that it...