The Galxe platform uses a Cross-Origin Resource Sharing (CORS) check mechanism to ensure that the target API explicitly authorizes calls from the Galxe backend. The role of CORS is to verify whether the API accepts cross-origin requests, ensuring the legality and security of interactions. The target API can authorize access for Galxe by specifying the source or using a wildcard (*).
Access-Control-Allow-Origin
header:
Designated Source: Such as https://dashboard.galxe.com
.
Wildcard (*
): Allows all sources, including Galxe.