How to display a browser's http request, and the server's http response

I would like to obtain this information to study complete examples of https protocols with Cookie and Sessions, either through Java Socket, PHP. If possible through the browser itself.

Author: user5020, 2014-08-07

2 answers

Dude you can do this simply! All modern browsers have this "factory" functionality:)

For example: if you use the Google Chrome browser just press the F12 key then click on the Network tab and you're done!!! Vc has all HTTP requests sent and received.

 5
Author: Paulo Freitas, 2014-08-07 16:36:28