Use TcpClient with SslStream to request an HTTPS URL (And add your own headers!)
You can use a Socket to request any http URL on the web just by sending your own HTTP formatted request, but what about https URLs?To programmatically
You can use a Socket to request any http URL on the web just by sending your own HTTP formatted request, but what about https URLs?To programmatically