Customize headers using OData Data Provider

Connection string

This CData ADO.NET Provider for OData connection string can be used for connections to OData.

URL=http://dataService;
Custom Headers
=sourceHeader1:newHeader1\r\nsourceHeader2:newHeader2;

Note the \r\n (CRLF) separator between each header pair.