#1806·superagent

How can I capture 302?

Author: zystudiosCreated May 24, 2024Updated May 27, 2024

I request an API, this API will return 302, and automatically jump to another API, and then return data, but I see status code has been 200, I need to capture 302 to do some operations, what should I do?

thanks