activex not working - WeOnlyDo Discussion board

activex not working (wodHttpDLX)

by tomer, Wednesday, April 17, 2024, 19:18 (13 days ago) @ tomer

I just want to add

this code from one of your samples doesn't work

I'm getting status = 0 and empty response


wodHttpDLX1.Hostname = "http://www.weonlydo.com"
wodHttpDLX1.Request.FormPost.Add "Username", "joe"
wodHttpDLX1.Request.FormPost.Add "Password", "joe"
wodHttpDLX1.Post "/HttpDLX/Demo/TestFormPost.asp"
msgBox wodHttpDLX1.Response.StatusCode
msgBox wodHttpDLX1.Response.Body


Complete thread: