<%
Set HttpObj = Server.CreateObject("AspHTTP.Conn")
HTTPObj.Url = "https://www.iphotel.com.br/"
HTTPObj.RequestMethod = "GET"
response.write HTTPObj.GetURL
Set HttpObj = nothing
%>