oData in the acceptance

0
In creating an Odata connection with MS-Excel I use http://localhost:8081/odata/LogBoek/ on the local machine this works good How do I get the oData from https://<project>-accp.mendixcloud.com/index.html is this https://<project>-accp.mendixcloud.com/odata/LogBoek/ How should I install the right connection with Ms-Excel
asked
1 answers
1

Yes, the url https://<project>-accp.mendixcloud.com/odata/LogBoek/ should be ok. Only the domain will change, url path should be the same.

For non-sandbox/free editions you need to enable odata for acceptance and production. This can be done by opening deploy settings for your node, show details for the environment, network tab. There you see a section called request handlers. This contains an entry for odata.

answered