Shopee API v4 server refused to respond

Viewed 16

I am learning web crawler

I use postman as a tool

Currently practicing on the shopee website

I try to intercept "add to cart" and "checkout" posts

and send the complete duplicate post in one go

At first it was smooth

Every request I make will be responded by the server

But the next day the server suddenly stopped responding to my post

return data

{
    "tracking_id": "cc86ce23-1e8f-49f1-b304-752fb6cc7ead",
    "action_type": 2,
    "error": 90309999,
    "is_customized": false
}

I try to manually checkout again and fetch the post

The code has not been updated or changed

within tens of seconds after manual checkout

The post I send can be responded to by the server

But after dozens of seconds, the server will no longer respond to this post

I compared the difference between "can be responded to" and "can not be responded to" post

I found "cannot be responded to" post, his cookie has been changed

but i don't know how to solve this problem

The "Add to Cart" post is now valid

However, the "checkout" post is only valid within tens of seconds after the manual order is placed

I cleared the cookies and even changed to a new computer and ip, but I can't solve this problem

I really want to know how to solve this problem, I hope someone can answer, thank you.

0 Answers
Related