activex not working (wodHttpDLX)
I changed it and now i'm getting an empty response
wodHttpDLX1.Request.Headers.Add "AUTHORIZATION", "BASIC ZjM1MGIyNGIwOWQ2NTRkZ"
wodHttpDLX1.Request.Headers.Add "Content-Type", "application/x-www-form-urlencoded"
wodHttpDLX1.Hostname = "https://openapi.taxes.gov.il"
wodHttpDLX1.Request.Body = tokenRequestBody
wodHttpDLX1.Post "/shaam/tsandbox/longtimetoken/oauth2/token"
msgBox wodHttpDLX1.Response.StatusCode
msgBox wodHttpDLX1.Response.Body
What is the problem?