Thanks Eric.
I think I add that code based on the following Help instructions:
Can you reply to the following question:
I found the following form this site:
http://www.fiddler2.com/Fiddler/help/httpsclientcerts.asp
Selection of Client Certificate
If a .CER file has been specified for a given session as follows:
oSession["https-Client-Certificate"] = "C:\\test\\someCert.cer";
...then Fiddler will simply use that certificate for the current
session.
Otherwise, Fiddler will look for the file %USERPROFILE%\My Documents
\Fiddler2\ClientCertificate.cer and attach that certificate.
My question is how to specify this line oSession["https-Client-
Certificate"] = "C:\\test\\someCert.cer";?
It seems Fiddler always tries to find the cert from %USERPROFILE%\My
Documents\Fiddler2\ClientCertificate.cer
Thanks,
Patrick Yang