Re: HTTPS on wodhttpdlx (General questions)
Greg,
I get the same result for both requests (Http and Https). It takes less then a second to retrieve the page body.
I tested with our 1.Simple VB sample, and set Blocking to true.
I also changed the Command1_Click event to this:
[code]
Debug.Print Now
wodHttp1.Get txtURL.Text
Debug.Print Now
[/code]Regards,
Damba
Hi Damba, I've tried the VB example and yes it takes a sec or so :) it is great, when trying the ASP examples provided in the install it just delays like I am explaining, perhaps you can try it as well as see if you can replicate it?
Thank you for the quick responses.
Regards
Greg