Skip to content
This repository was archived by the owner on Mar 5, 2021. It is now read-only.

Commit 0586ab6

Browse files
added data-s recaptcha optional parameter
1 parent 043c935 commit 0586ab6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: example.pl

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ sub test_api {
5151

5252
# other optional parameters
5353
# useragent => 'Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0', # optional
54+
# 'data-s' => 'recaptcha data-s value', # optional
5455
# affiliateid => '12344' # affiliate id - optional
5556
];
5657
my $captcha_id = ImageTyperzAPI::submit_recaptcha_token($recaptcha_params);

Diff for: readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ my $recaptcha_params = [
7777

7878
# other optional parameters
7979
useragent => 'Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0', # optional
80+
'data-s' => 'recaptcha data-s value', # optional
8081
affiliateid => '12344' # affiliate id - optional
8182
];
8283
my $captcha_id = ImageTyperzAPI::submit_recaptcha_token($recaptcha_params);

0 commit comments

Comments
 (0)