<set-body>@{
string value = context.Request.Headers.GetValueOrDefault(“Authorization”,””);
string inBody = context.Request.Body.As<string>(preserveContent: true);
return value + inBody;
}</set-body>
Techy Chalkboard in bits and pieces
There’s always someone who knows better than Google!