Home Forums Programming CLR Integration and Programming. How to send security headers when calling the web service from clr stored procedure RE: How to send security headers when calling the web service from clr stored procedure

  • Hi there. How exactly are you calling the WebService and what type of authentication is being used? I have successfully used Basic Auth and HttpWebRequest for this by setting the HttpWebRequest.Credentials property. I am sure it would work for other authentication schemes, although you might have to get more specific with the CredentialCache class.

    Hope this helps.

    Take care,

    Solomon..

    SQL#https://SQLsharp.com/ ( SQLCLR library ofover 340 Functions and Procedures)
    Sql Quantum Lifthttps://SqlQuantumLift.com/ ( company )
    Sql Quantum Leaphttps://SqlQuantumLeap.com/ ( blog )
    Info sitesCollations     •     Module Signing     •     SQLCLR