How HTTPS requests are calculated?

Since HTTPS requests are encrypted, we don't see the data inside the request. In order to measure number of requests more accurately, we count switches between sending data to receiving data while skipping protocol related switches.

Was this article helpful?