mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 10:45:40 +08:00
Add the port to the generated URL. For some reson this still doesn't want to
receive requests.
This commit is contained in:
@@ -121,7 +121,7 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
|
||||
engine.PostScriptEvent(itemID, "http_request", new Object[] { urlcode.ToString(), "URL_REQUEST_DENIED", "" });
|
||||
return urlcode;
|
||||
}
|
||||
string url = "http://"+System.Environment.MachineName+"/lslhttp/"+urlcode.ToString();
|
||||
string url = "http://"+System.Environment.MachineName+":"+m_HttpServer.Port.ToString()+"/lslhttp/"+urlcode.ToString();
|
||||
|
||||
UrlData urlData = new UrlData();
|
||||
urlData.hostID = host.UUID;
|
||||
|
||||
Reference in New Issue
Block a user