79487463

Date: 2025-03-05 19:18:04
Score: 2
Natty:
Report link

This works if Windows Authentication can be enabled on the API.

Have the gMSA be the identity that the app pool runs under then set “UseDefaultCredentials” to true in your HttpClientHandler. Do not include an authorization header or credentials. The request will be made by the gMSA due to the app pool.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Trick