Christian

Results 4 comments of Christian

Hello @habbes I'm a co-worker of @karimabd84. The method only adds an auth header to the request being send: ``` private static void SendBaseAuthCredsOnTheRequest(object sender, SendingRequest2EventArgs e) { e.RequestMessage.SetHeader("Authorization", "**********");...

@habbes I'm sorry, I got a wrong information. The service is using Version 4. Therefore the version should not cause the issue.

@habbes I found the reason: In ODataJsonLightContextUriParser (line 84 on master) is an absolute URI containing the metadata path expected. In the sample service from odata.org it is `http://services.odata.org/V4/(S(ffivnsbcnxlmch00wfggmuzc))/TripPinServiceRW/$metadata#People` but...