Connection to data service with Authorization header
Hi,
We have a WCF data service that authenticate using basic authentication passing credentials in the Authorization header.
How can I connect with LinqPad to such data service?
Thanks,
We have a WCF data service that authenticate using basic authentication passing credentials in the Authorization header.
How can I connect with LinqPad to such data service?
Thanks,
Comments
This happens because the service code looks for Authorization header with credentials.