Closed
Description
Hi,
First let me congrats you with great lib. I was just wondering if HTTPS was supported ? i do not think to have any luck with it. i managed to get http working ok.
thanks
-seb
local hc = http:new()
local ok, code, headers, status, body = hc:request {
url = "https://secure.com/auth",
method = "POST",
scheme = "https",
port = "443",
headers = { ["Content-Length"] = string.len(post_args_escaped), ["Content-Type"] = "application/x-www-form-urlencoded" },
body = post_args_escaped,
}
Metadata
Metadata
Assignees
Labels
No labels