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

  • I do not think any authentication will be placed in the SOAP <Header> element. I am not sure about all authentication schemes, but I know that Basic Auth is a HTTP Header and would be part of the HttpWebRequest. I have used HttpWebRequest and I believe you can even send in a custom header for the Basic Auth. But I am not sure how to do this via WebService, if that is what you are using.

    Take care,

    Solomon..

    P.S. you might want to edit your post just above this one and change the real password to "mypwd" like you did for most of the occurrences.

    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