When I log into any website, I can record all calls while login using jmeter test script recorder or Burp suite but when I try to record calls from face book, it gives me following message on browser.
The certificate is not trusted because it is self-signed. The certificate is only valid for JMeter Proxy (DO NOT TRUST)
Can I implement this feature for my site so no one is able to know what calls are going on server while login or registration or any other activity?
My site is https but still https requests can be recorded using automated tools.
Please comment.
Thank You