0

I created simple soap server application. I send basic auth header values, like this sample.

I can see auth header values.

enter image description here

Is there any way to parse header values at soap server application ?

Thanks.

İsmail Kocacan
  • 1,204
  • 13
  • 38
  • The AUTH header is a HTTP header common to all web requests not just SOAP calls. How to access the headers depends on what components you are using to handle web requests. – Brian Nov 18 '20 at 15:17
  • As per [RFC 2617](https://tools.ietf.org/html/rfc2617) it's one of HTTP header lines. If you'd have read the very first line you'd have noticed `HTTP/1.1` already, which is unrelated to SOAP. – AmigoJack Nov 18 '20 at 20:35
  • Other technologies providing access http request headers, such as c#. I want simply http headers in soap application.That's it. – İsmail Kocacan Nov 19 '20 at 12:19
  • Would it be OK for you to access the authorization information in `TWebModule` or do you need it in your implementation of `TInvokableClass` descendant? – Peter Wolf Nov 19 '20 at 14:03

0 Answers0