homehopperc
03-09-2006, 06:09 AM
Hello, I desperatly need an alternative to the server objects component AspHTTP.Conn
As DASP is removing this soon and my site using this component to validate paypal payments (IPN), and is not functional without this feature.
Could anyone please point me in the right direction?
Code currently working is....
Set HttpObj = Server.CreateObject("AspHTTP.Conn")
HTTPObj.Url = strWebAddress
strResult = HTTPObj.GetURL
But i require an alternative to use in ASP.
thank a bunch DREW
As DASP is removing this soon and my site using this component to validate paypal payments (IPN), and is not functional without this feature.
Could anyone please point me in the right direction?
Code currently working is....
Set HttpObj = Server.CreateObject("AspHTTP.Conn")
HTTPObj.Url = strWebAddress
strResult = HTTPObj.GetURL
But i require an alternative to use in ASP.
thank a bunch DREW