I am hosting a public website, say example.com, at my house using my home Internet (fyi, the contract allows it). My Internet plan also comes with a static IP. I use CloudFlare to hide the server's real IP address. The site example.com is fully using HTTPS.
My questions are:
- Can my ISP know that I'm hosting example.com at my house?
- What can of information can my ISP know about the incoming traffic to example.com? For example, when someone visits
https://example.com/some-page
, can the ISP know the full URL (and even data) or they will only know the domain, or they won't know anything at all?
P/S: I've done a lot of Google searches but no luck.