update
This commit is contained in:
parent
e3aeba3e20
commit
ab4198ca21
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ function M.Validate(g_captcha_res, remote_ip)
|
|||
|
||||
local res, err = httpc:request_uri(recaptcha_verify_url, {
|
||||
method = "POST",
|
||||
body = body,
|
||||
body = table_to_encoded_url(body),
|
||||
headers = {
|
||||
["Content-Type"] = "application/x-www-form-urlencoded",
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue