Hello, I have a question. Is it possible to access OData data without using a cloud connector? For example, can I retrieve the data directly from a URL like https://serverip:port/sap/opu/odata/sap/? When I try accessing it through the browser, I am able to view the metadata successfully.
Here is how my manifest file looks like: [insert image link here]
I also attempted accessing the data using HTTP, but encountered an issue because the origin request is HTTPS (from WebIDE). The console displays the following error message: [insert error message screenshot here]
I even tried using a proxy before the IP address, but encountered a similar issue. The error message disappeared except for one stating that the initial loading of metadata failed. I did not even receive the login popup as I did when using the cloud connector. Is there a way to achieve this setup so that I can continue developing in WebIDE with the goal of eventually creating a standalone application that does not require SCP?
Thank you for your assistance.