Skip to content

Article from Romain Marquant

Deep-dive into an Ajax request with Wireshark

February 19, 2019Romain Marquant11 min read

As Web developers, Ajax requests have become a routine. We use them every day to retrieve and send data from/to a server. But do you really know what is happening when the request leaves your browser? I will not go too much into detail as to what is happening on the client before sending the request…

Continue reading →