Security is not my concern, the stuff I have is open to everyone. But what I see sometimes is this: A GET-request comes in on 80, gets redirected to 443. Some following GET's use 443 too, as expected. Then one more GET on port 80 comes in again, gets redirected again, etc. I'm wondering how they do that. They must have some links or bookmarks containing 'http' that the browser doesn't change. It's not in my html or code.A link does not contain private data (in any normal situation).
Exactly. I'll keep it open until I see no more requests coming in.