I added request header in fiddler by using the syntax below:
oSession.oRequest["NewHeaderName"] = "New header value";
Ex: oSession.oRequest["Test"] = "DT";
I could see the header in fiddler, but unable to see the same in "Tagged web request"
Any help is greatly appreciated.