Configuring an authentication header in fiddler
Fiddler – Authentication header
- Click Rules > Customize Rules….
- Inside the OnBeforeRequest handler, add
oSession.oFlags["x-AutoAuth"] = "domain\\user:password";
Production Grade Technical Solutions | Data Encryption and Public Cloud Expert
Fiddler – Authentication header
oSession.oFlags["x-AutoAuth"] = "domain\\user:password";
Leave a Reply