In an in Azure Functions with HTTP trigger, where in the HttpRequestMessage instance are the credentials (username and password) in a basic HTTP Authentication scheme?
I was able to find a username:password string encoded in base64 in:
request.Headers.Authorization.Parameter
Where request
is an instance of HttpRequestMessage
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With