Hacker News new | ask | show | jobs
by jacques_chester 4867 days ago
> Does SSL prevent the network admin from seeing the URL that is being visited?

My understanding is that SSL establishes an end-to-end secure channel, then HTTP is inside that channel. Consequently, GETs and POSTs are not visible to outside parties.