Error with http51.dll

 

Hi,

I am using the http51.dll an get the following error:

   string fromServer = httpGET("http://www.test.de", httpStatus);   
   if (httpStatus[0]==200) {
      //Simple parse string from server :)
      Alert(fromServer);
   } else {
      //Error catching :(
      if (httpStatus[0]>0) {
         Alert("Http Error ",httpStatus[0]);  //," Description:", fromServer
         fromServer = "Ausfall";  //
      } 
      if (httpStatus[0]<0) {
         Alert("Dll/INet/System Error ",httpStatus[0]);  //," Description:", fromServer
         fromServer = "Ausfall";
      } 
   }


"Dll/INet/System Error -1"

What can be the fault for this error??!

 
sunshineh:

Hi,

I am using the http51.dll an get the following error:


"Dll/INet/System Error -1"

What can be the fault for this error??!

Hi sunshineh,

Here.

:D