Custom Headers when using ODATA Service
I'm using an ODATA service that requires a couple of custom request headers for authentication (not the typical username / password).
Is there a way to specify custom headers from LINQPad? It would sure help speed up my development effort!
Thanks
Is there a way to specify custom headers from LINQPad? It would sure help speed up my development effort!
Thanks
Comments
If LINQ Pad doesn't currently support adding custom headers to the outgoing ODATA request, it would be almost trivial to add it...