Hi,
Just trying to understand how the ODATA connector within SSIS sets up a connection, but can't get to the bottom of it. The reason I'm asking is that I see a lot of authentication errors (401 - no basic authentication in header) in my app, all followed by successful requests (200) with basic authentication headers. It seems as if the OData connector always tries to set up an anonymous connection, even when I explicitly tell it to use basic authentication. Furthermore, it looks as if the connection is closed after every request, while I've set the option 'Keep alive' to TRUE.
Can't seem to find any sample ODATA feeds that have authentication enabled so not sure if this is normal behaviour or something in the ODATA connector or my app has not been properly configured.
I've checked the headers using Fiddler and am using Visual Studio 2015 shell (SSDT) connecting to an ODATA v3 feed.
Any thoughts?
Cheers