Hello,
I have multitenant BC 18 environment. OData services are enabled - all of them, also SSL. I am able to connect to domainname:7048/.../, but not able to domainname:7048/.../. Error: HTTP Error 503. The service is unavailable. As I said - both are enabled - V3 and V4. Basic auth is used.
Strange thing I see in event viewer - SSL/HTTPS has not been configured for ODataV4 Services; client credentials will be sent over an unsecured transport (HTTP).
And as I said, SSL is on. And I can get to V3 with HTTPS.
SOAP is working fine.
Base URL set in instance configuration: domain:7048/.../
Have tried also domain:7048/.../
It looks it only effects URLs showing up under Web services in BC. Does not make any effect if set incorrectly. If you know how URL should be, you will be able to open it anyway manually.
Another strange thing - in all MS articles and forums about multitenant OData access all URLs mentioned are containing only /OData/. None have /ODataV4/. Leading me to think - is ODataV4 even possible to configure in multitenant?