You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'sitekey' value found in the website source code.
1056
+
pageurl : str
1057
+
Full URL of the page containing the captcha.
1058
+
yidun_get_lib : str, optional
1059
+
Path to the JavaScript file that loads the captcha on the page. Important: use the full URL (https://...). Recommended if the site includes challenge, hcg, or hct fields.
1060
+
yidun_api_server_subdomain : str, optional
1061
+
Yidun API server subdomain. Enter only the domain, without the https:// prefix.
1062
+
challenge : str, optional
1063
+
Usually sent in network requests during captcha initialization or display.
1064
+
hcg : str, optional
1065
+
Captcha hash used when forming the request. You can get this together with challenge.
1066
+
hct : int, optional
1067
+
Numeric timestamp or identifier used for Enterprise version validation.
1068
+
useragent : str, optional
1069
+
Browser User-Agent. We recommend sending a valid Windows browser string.
The 'sitekey' value found in the website source code.
1197
+
pageurl : str
1198
+
Full URL of the page containing the captcha.
1199
+
yidun_get_lib : str, optional
1200
+
Path to the JavaScript file that loads the captcha on the page. Important: use the full URL (https://...). Recommended if the site includes challenge, hcg, or hct fields.
1201
+
yidun_api_server_subdomain : str, optional
1202
+
Yidun API server subdomain. Enter only the domain, without the https:// prefix.
1203
+
challenge : str, optional
1204
+
Usually sent in network requests during captcha initialization or display.
1205
+
hcg : str, optional
1206
+
Captcha hash used when forming the request. You can get this together with challenge.
1207
+
hct : int, optional
1208
+
Numeric timestamp or identifier used for Enterprise version validation.
1209
+
useragent : str, optional
1210
+
Browser User-Agent. We recommend sending a valid Windows browser string.
0 commit comments