How to receive a cross-domain web request?

I’m making an app to manage databases of developers, but I’ve come across a problem, which is how to receive a request from another site. Currently, I don’t see any component that can help me out here. Can this a new feature in the next update?

1 Like

Cross-domain web requests in managed by CORS which is a server side setting and your app (the client side) has no control on this matter.

If you are the admin of the server side (the database side) then amend the CORS (policy settings) to allow requests from your app.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.