For example, say the following are HTTPS URLs to two websites by one IP over 5 mins: "A.com/1", "A.com/2", "A.com/3", "B.com/1", "B.com/2".
Would monitoring of packets reveal:
- nothing,
- reveal only the IP had visited "A.com" and "B.com" (meaning the DNS only),
- reveal only the IP had visited "A.com/1" and "B.com/1" (the first HTTPS request for each site),
- reveal a complete list of all HTTPS URLs visited,
- only reveal IP's of "A.com" and "B.com",
- or something else?
Related Question: can my company see what HTTPS sites I went to?
While this question does have additional information, it as far as I'm able to tell does not address specifically the scenario of "reveal only the IP had visited "A.com/1" and "B.com/1" (the first HTTPS request for each site)" - though possibility being wrong about this is high, and happy to delete the question if it's a duplicate.
NOTE: This is a followup question to an answer that was posted to as: Why is HTTPS not the default protocol?