# How to receive a cross-domain web request?

**URL:** https://community.thunkable.com/t/how-to-receive-a-cross-domain-web-request/1881953
**Category:** Web API's
**Tags:** webapi, feature-requests
**Created:** [May 18, 2022, 10:04am UTC](https://community.thunkable.com/t/how-to-receive-a-cross-domain-web-request/1881953 "2022-05-18T10:04:23Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![barnwalvivaanthunk3c](https://avatars.discourse-cdn.com/v4/letter/b/f19dbf/32.png) [@barnwalvivaanthunk3c](https://community.thunkable.com/u/barnwalvivaanthunk3c)
#### Post date: [May 18, 2022, 10:04am UTC](https://community.thunkable.com/t/how-to-receive-a-cross-domain-web-request/1881953/1 "2022-05-18T10:04:23Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [May 18, 2022, 11:36am UTC](https://community.thunkable.com/t/how-to-receive-a-cross-domain-web-request/1881953/2 "2022-05-18T11:36:00Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [August 16, 2022, 11:36am UTC](https://community.thunkable.com/t/how-to-receive-a-cross-domain-web-request/1881953/3 "2022-08-16T11:36:18Z")

</div>

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