Regular Login to Get Data#
This can definitely be requested successfully, the request includes a Cookie. 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 a Cookie, 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 itself. Even if I don't specify a Cookie, the browser will still add it when I send the request