Regular Login to Get Data#
This can definitely be requested successfully, the request includes Cookies, next, we will use the interface debugging tool Apifox to make the request
Apifox Debugging#
You can see that I only included simple parameters, without Cookies, and the request can still be successful
The premise is that I am using the same browser, even incognito mode won't work
Summary#
Therefore, Cookies are not stored in a specific webpage, but in the browser, even if I don't specify Cookies, the browser will still add them when I send the request