How to check XHR that sends to get dynamic content on a website?

asked 2018-02-07 10:06:36 +0000

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

Hello. I need to find the JSON version of a site to do the scraping of a site in Python: http://divulgacandcontas.tse.jus.br/d...

I've been informed that the JSON site is this: http://divulgacandcontas.tse.jus.br/d...

In Firefox, I clicked on Inspect element on the first site above. Then on the Network tab. Then I selected XHR

Please, can I do the same on Wireshark? What are the steps?

I need to check which XmlHttpRequests sends to display dynamic data on a website

edit retag flag offensive close merge delete