RedirectToURL

Discussions about Servers
Post Reply
User avatar
Barbie
Godlike
Posts: 2803
Joined: Fri Sep 25, 2015 9:01 pm
Location: moved without proper hashing

RedirectToURL

Post by Barbie »

Maybe this will save someone others error searching time.

The trailing slash is needed in server's UnrealTournament.ini file:

Code: Select all

[IpDrv.HTTPDownload]
RedirectToURL=http://192.168.1.115:49999/
Otherwise the client (v469c) is not able to download files from redirect server.
"Multiple exclamation marks," he went on, shaking his head, "are a sure sign of a diseased mind." --Terry Pratchett
Buggie
Godlike
Posts: 2734
Joined: Sat Mar 21, 2020 5:32 am

Re: RedirectToURL

Post by Buggie »

It is just append. Which it can be feature.

Also http://192.168.1.115:49999 is not valid URL if be strict. there no path. Only host.

As feature - it can be http://192.168.1.115:49999/my_prefix_

So DM-Deck16][.unr.uz ask as http://192.168.1.115:49999/my_prefix_DM-Deck16][.unr.uz
Post Reply