Closed eerkaijun closed 10 months ago
Can you say a bit more about this? What other domains need to call in?
So basically cross origin resource sharing (CORS) is to restrict webpages from making requests to a different domain. For e.g frontend is hosted on xyz.com while the paymaster is hosted on abc.com (so they are in different domain and the server wouldn't accept the request). Added CORS management on the paymaster server to allow requests from other domains.
Oh I see, I must have been tired and thought it was in the 0xFable frontend!
Let's figure out the pnpm settings than merge.
Should enable CORS to allow request from other domains.