Re: HTTPS on wodhttpdlx - WeOnlyDo Discussion board

Re: HTTPS on wodhttpdlx (General questions)

by gbattig, Thursday, January 17, 2008, 19:02 (6154 days ago) @ wodDamir

Hi Damba, this is the code we are running to test it out

[code]
dim Http1
set Http1 = Server.CreateObject( WeOnlyDo.wodHttpDLXCom.1 )
Http1.Blocking = 1
Http1.URL = https://myr.trvlbooking.ca/edocs/defaultb2c.asp?lang=EN&alias=SQV&mytid=997163830
http1.Timeout = 30
Http1.GET

If http1.Response.StatusCode = 200 Then
Response.Write(Http1.Response.Body)
End If

Http1.Disconnect
Set Http1 = Nothing
[code]

could you please give it a try and let me know?, thanks for the feedback :)


Complete thread: