In internet explorer I open a website. Then click on a button on the web page which makes a secure call to an api located on a 3rd party server.
Is there any way to check what version of ssl/tls is used by internet explorer to make this api call?
I know that I can see IE file-> properties, but this gives me the current connections (web page's) ssl/tls version. Where as I want to see the ssl/tls version used to make the api request (on button click).