JINESH GANDHI
IS-IT--Management
HOW TO CHECK WHETHER THE SERVER REQUEST IS EXIST OR NOT.
loRequest = loHTTP.open('POST',"https://www.atariarprise.com/acdataup.php")
loHTTP.SetRequestHeader("Content-Type", "application/x-www-form-urlencoded")
loHTTP.Send(lcformdata)
I would like to chec lohttp.open is exist or not? while using lotthp.send i found error OLE IDispatch exception code 0
loRequest = loHTTP.open('POST',"https://www.atariarprise.com/acdataup.php")
loHTTP.SetRequestHeader("Content-Type", "application/x-www-form-urlencoded")
loHTTP.Send(lcformdata)
I would like to chec lohttp.open is exist or not? while using lotthp.send i found error OLE IDispatch exception code 0