diff options
Diffstat (limited to 'OpenGridServices.GridServer')
-rw-r--r-- | OpenGridServices.GridServer/Main.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenGridServices.GridServer/Main.cs b/OpenGridServices.GridServer/Main.cs index 5b7f921..192b10c 100644 --- a/OpenGridServices.GridServer/Main.cs +++ b/OpenGridServices.GridServer/Main.cs | |||
@@ -145,7 +145,7 @@ namespace OpenGridServices.GridServer | |||
145 | foreach(SimProfileBase sim in _regionmanager.SimProfiles.Values) { | 145 | foreach(SimProfileBase sim in _regionmanager.SimProfiles.Values) { |
146 | string SimResponse=""; | 146 | string SimResponse=""; |
147 | try { | 147 | try { |
148 | WebRequest CheckSim = WebRequest.Create("http://" + sim.sim_ip + ":" + sim.sim_port.ToString() + "/checkstatus"); | 148 | WebRequest CheckSim = WebRequest.Create("http://" + sim.sim_ip + ":" + sim.sim_port.ToString() + "/checkstatus/"); |
149 | CheckSim.Method = "GET"; | 149 | CheckSim.Method = "GET"; |
150 | CheckSim.ContentType = "text/plaintext"; | 150 | CheckSim.ContentType = "text/plaintext"; |
151 | CheckSim.ContentLength = 0; | 151 | CheckSim.ContentLength = 0; |