We have several machines in our department where when Post and Put calls are made they are failing with a 401. When these same calls are made on a different machine they work fine.
When we remote into one of these workstations and run some httpclient tests we get the 401 unauthorized responses, but running this same code from another workstation works fine.
When we turn fiddler on and capture and decrypt the https the post and puts go through just fine on these "bad" stations. We are at a loss as to the issue. We have looked over Fiddler documentation and even the following: https://www.telerik.com/blogs/help!-running-fiddler-fixes-my-app-, but nothing has solved the issue.
It feels like the workstation, but we need to isolate what it is on the workstation as we have three now with the issue.
Anyone have a similar issue and found a solution?
Cheers,
Jester