Closed jasonlaw closed 4 years ago
Hi,
Is it possible (and how) to read the request header's contents from OperationContext?
Thanks in advance?
try reaching thru:
opContext.WebContext.Request.Headers when running in web app (with VitaWebMiddleware) - this should contain header values
Hi,
Is it possible (and how) to read the request header's contents from OperationContext?
Thanks in advance?