Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0fc13db

Browse filesBrowse files
added important note about task UA
1 parent b0666d1 commit 0fc13db
Copy full SHA for 0fc13db

File tree

Expand file treeCollapse file tree

1 file changed

+8
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-1
lines changed

‎articles/How to bypass any captcha with ImageTyperz tasks.md

Copy file name to clipboardExpand all lines: articles/How to bypass any captcha with ImageTyperz tasks.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Each submission is considered a different run of the template, with the specifie
122122
```bash
123123
curl -i -s -k -X $'POST' \
124124
-H $'Content-Type: application/x-www-form-urlencoded' \
125-
--data-binary $'token=YOUR_ACCESS_TOKEN&action=UPLOADCAPTCHA&pageurl=https://imagetyperz.net/automation/login&variables={"username": "abc", "password": "paZZW0rd"}&template_name=Login test page&captchatype=16' \
125+
--data-binary $'token=YOUR_ACCESS_TOKEN&action=UPLOADCAPTCHA&useragent=YOUR_USER_AGENT&pageurl=https://imagetyperz.net/automation/login&variables={"username": "abc", "password": "paZZW0rd"}&template_name=Login test page&captchatype=16' \
126126
http://captchatypers.com/captchaapi/UploadCaptchaTask.ashx
127127

128128

@@ -132,6 +132,13 @@ http://captchatypers.com/captchaapi/UploadCaptchaTask.ashx
132132

133133
Use the returned captchaID like a regular captcha to get the solution.
134134

135+
### IMPORTANT
136+
137+
**Some websites will respond differently, if connected from mobile or desktop. If that's the case, make sure
138+
you use the same user agent used when creating the template, or at least from the same platform, when you submit a new task.**
139+
140+
Although `useragent` parameter is optional, it can be very important.
141+
135142
To find out all the information regarding the API for submitting tasks, check our [API docs](https://github.com/imagetyperz-api/API-docs#task-bypass-any-captchatype-1)
136143

137144
### Push variables of task

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.