How to track GET URL methods?

Not sure. If I will make sense or not, but here. In Google chrome, if you right-click a page and go to resources, and then refresh the page, you will see how all the GET / POST methods appear when they happen. I want to know if there is a way, in python, to enter a url and generate a list of each get call to be specified (not sure if possible)

It would be love for this direction!
Thanks

+4
source share
1 answer

I believe that I can clarify parts of your original question.

, - .

, , HTML, BeautifulSoup.

, , , URL- HTML-. URL HTML-, , JSON-API.

, , " URL- HTML- , ":

- - HTTP GET HTML-. , , . CSS, JavaScript, , iframes,... ( ). , HTTP- GET . , , .

Python . HTML urllib requests. HTTP- GET HTML-.

  • HTML- , ,
  • , , CSS,....,
  • , ,
  • , HTTP- GET , , ( iframes)

. - .

, - , .

+1

All Articles