I want to enable the fetch function in Appsmith because I have a psesific case of using appsmith apps inside an iframe.
My case:
I will run my apps inside an iframe of my authenticated page. Inside this page, I can do direct Rest API calls and get results, directly from the Client-Side (meaning that I can do a direct fetch('/rest/method'), and get data as response from the parent site (because the current user is already authenticated).
The parent site requires that I include a JS library to my Appsmith and I know how to do that, but now I need to be able to use the fetch directlly from my browser and not going back to the Appsmith server.
Thank you!