What if cross-domain requested resources will be redirected by 302?

calls a third-party interface, and one of the interfaces will jump 302 twice.
the previous cross-domain projects I developed with vue-cli have been configured with a webpack proxy table proxy
but not this interface that will jump. What am I supposed to do...

Interface called
clipboard.png

clipboard.png

clipboard.png

May.19,2022

is it convenient to post some code? take a look at the path of this API


Hello, my vue project has also encountered this cross-domain problem of redirecting 302. how to solve it? have you found a way?

Menu