Merge branch 'master' into httptests

This commit is contained in:
UbitUmarov
2018-01-03 10:48:38 +00:00
2 changed files with 20 additions and 38 deletions

View File

@@ -192,12 +192,12 @@ namespace OpenSim.Region.CoreModules.World.Estate
{
string url = "";
if(port != 0)
url = "http://" + region.ExternalHostName + ":" + port;
url = "http://" + region.ExternalHostName + ":" + port + "/";
else
url = region.ServerURI;
string reply = SynchronousRestFormsRequester.MakeRequest("POST",
url + "/estate",
url + "estate",
reqString);
if (reply != string.Empty)
{