|
https://www.wetab.link
怎么校验它chatai的注册发码校验,抓取了一次包但让图片码显示在图片框或者超文本浏览框时发送验证码失败,本体浏览器上正常,
下面是浏览器注册的包,请提供易语言程序源码
图片码
GET https://api.wetab.link/api/verify/image?i-branch=zh&type=register&t=1682470063919 HTTP/1.1
Host: api.wetab.link
Connection: keep-alive
Cache-Control: max-age=0
sec-ch-ua: "Google Chrome";v="111", "Not(A:Brand";v="8", "Chromium";v="111"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "Windows"
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
Sec-Fetch-Site: none
Sec-Fetch-Mode: navigate
Sec-Fetch-User: ?1
Sec-Fetch-Dest: document
Accept-Encoding: gzip, deflate, br
Accept-Language: zh-CN,zh;q=0.9
Cookie: Hm_lvt_98b5786846a86afe0fe5166fe6ebc541=1682466886; hitab_session=s%3AVus82Eu9jPJEt18mLdW1VI58YgfNa1eW.iGL6f5WdaVHn7GVC0eRqqwMm0VZv0R9G06tjfYdsRJk
If-None-Match: W/"1dda-GTBliaqPBZL9FLicOSmSfpyMZPg"
HTTP/1.1 200 OK
Server: nginx
Date: Wed, 26 Apr 2023 00:48:08 GMT
Content-Type: image/svg+xml; charset=utf-8
Content-Length: 10193
Connection: keep-alive
i-success: true
ETag: W/"27d1-zNadQDp5/UdC0xK/IevnEDOPXQE"
Set-Cookie: hitab_session=s%3AVus82Eu9jPJEt18mLdW1VI58YgfNa1eW.iGL6f5WdaVHn7GVC0eRqqwMm0VZv0R9G06tjfYdsRJk; Path=/; secure; SameSite=None;; Expires=Wed, 26 Apr 2023 00:51:08 GMT; HttpOnly
Access-Control-Max-Age: : 7200
Access-Control-Allow-Methods: *
Access-Control-Allow-Credentials: true
Access-Control-Allow-Headers: Content-Type,Accept,Authorization,i-lang,i-app,i-version,i-branch,i-platform
Access-Control-Expose-Headers: i-proxy,i-url,i-success
<svg xmlns="http://www.w3.org/2000/svg" width="150" height="50" viewBox="0,0,150,50"><rect width="100%" height="100%" fill="tran
*** FIDDLER: RawDisplay truncated at 128 characters. Right-click to disable truncation. ***(这里没有删减任何东西)
发送验证码
POST https://api.wetab.link/api/verify/send-email HTTP/1.1
Host: api.wetab.link
Connection: keep-alive
Content-Length: 63
sec-ch-ua: "Google Chrome";v="111", "Not(A:Brand";v="8", "Chromium";v="111"
i-lang: zh-CN
sec-ch-ua-mobile: ?0
i-branch: zh
i-platform: chrome
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36
Content-Type: application/json;charset=UTF-8
i-version: 1.0.37
i-app: hitab
sec-ch-ua-platform: "Windows"
Accept: */*
Origin: chrome-extension://aikflfpejipbpjdlfabpgclhblkpaafo
Sec-Fetch-Site: none
Sec-Fetch-Mode: cors
Sec-Fetch-Dest: empty
Accept-Encoding: gzip, deflate, br
Accept-Language: zh-CN,zh;q=0.9
Cookie: Hm_lvt_98b5786846a86afe0fe5166fe6ebc541=1682466886; hitab_session=s%3AVus82Eu9jPJEt18mLdW1VI58YgfNa1eW.iGL6f5WdaVHn7GVC0eRqqwMm0VZv0R9G06tjfYdsRJk
{"email":"这里是邮箱","type":"register","imgCode":"eext"}
HTTP/1.1 201 Created
Server: nginx
Date: Wed, 26 Apr 2023 00:48:45 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 56
Connection: keep-alive
i-success: true
ETag: W/"38-6q7k84EIuCt5q6/XvBy0XVrifhI"
Access-Control-Max-Age: : 7200
Access-Control-Allow-Origin: chrome-extension://aikflfpejipbpjdlfabpgclhblkpaafo
Access-Control-Allow-Methods: *
Access-Control-Allow-Credentials: true
Access-Control-Allow-Headers: Content-Type,Accept,Authorization,i-lang,i-app,i-version,i-branch,i-platform
Access-Control-Expose-Headers: i-proxy,i-url,i-success
{"code":0,"message":"success","timestamp":1682470125203}
补充内容 (2023-4-26 22:54):
成功发码的源码 |
|