Uncategorized
Manipulating your TFVC repository from Build 2015 Jesse Houwing 31 Jan, 2016
Today I found a neat little trick that removes this need. Fiddler to the rescue!
Start Fiddler and enable it’s option to auto-authenticate:
Now open the command prompt and configure the proxy using an environment variable to instruct Node.js to use Fiddler as a proxy server, the default is port 8888:
Then configure your account in tfx and force it to use basic auth:
C:>tfx login –auth-type basic –service-url https://jessehouwing:8080/tfs/DefaultCollection
You’ll be prompted for a username and a password, it doesn’t really matter what you enter, fiddler will handle the authentication for you in the background:
As long as Fiddler is running and configured to handle auth, you can use tfx against your TFS 2015 server.