Sunday, October 20, 2019

How to connect to web server and capture its response to a GET request with HTTPS?

Say I wanted to connect to a web server and then go and capture its response to a GET request using HTTPS.
I know I can open up a connection with a server using the command openssl s_client -connect serverName.gov:443, but I do not know how to make a GET request from there and see the response.
Any ideas?



No comments:

Post a Comment