With the same interfaces and parameters, why can postman be enabled while js reports an error across domains?

clipboard.png

clipboard.png

clipboard.png

Apr.03,2021

Cross-domain is a proprietary feature of browsers
in order to ensure the security of users, browsers are not allowed to send requests to non-local servers
postman or some http request libraries running on the server.
that's why you have this situation
it is recommended to add layer agents


because cross-domain restrictions are originally browser policies to guard against various risks.

Menu