Up until the recent release, I was successfully able to access the C4C Odata services via url and basic authentication.
Now rather than basic authentication the URL to access Odata metadata or any other Odata service presents you with a HTML page (shown below) rather than authenticating via basic auth.
Potentially there is an alternative method, howeever if this is an intentional change what alternative do I have? This has currently rendered Odata service completely meaningless as it cannot be accessed via HTTP requests.
For anyone else with this issue, I discovered from inspecting the form a query ?sap-system-login-basic_auth=X, adding this reverts to basic auth verification.
Add comment