Support for client certificates

1 Answer 260 Views
Fiddler Everywhere
René
Top achievements
Rank 2
Iron
Iron
Iron
René asked on 11 Dec 2023, 12:33 PM

I need to use client certificate for some requests. In old Fiddler I did this using FiddlerScript using 

    static function OnBeforeRequest(oSession: Session) {

	if (oSession.host.toLowerCase() == "aaa.bbb.com")
	{
		oSession["https-Client-Certificate"] = "C:\certs\aaa.bbb.cer";
	}
    }
Is there any way how to do it in Fiddler Everywhere?

 

1 Answer, 1 is accepted

Sort by
0
Nick Iliev
Telerik team
answered on 11 Dec 2023, 01:21 PM

Hello René,

 

The Fiddler Everywhere application currently does not support client certificates. However, you can vote for this feature to help increase its priority. Please follow the URL below to visit the Feedback thread:

https://feedback.telerik.com/fiddler-everywhere/1624585-fiddler-everywhere-client-certificate-authentication 

 

Regards,
Nick Iliev
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Fiddler Everywhere
Asked by
René
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Nick Iliev
Telerik team
Share this question
or