1
I am learning about networks and etc and I would like to know if it is possible to see a history of the requests that the browser makes is if given, how to have access to it.
1
I am learning about networks and etc and I would like to know if it is possible to see a history of the requests that the browser makes is if given, how to have access to it.
Browser other questions tagged browser http-request request networks requisition
You are not signed in. Login or sign up in order to post.
In the browser console there is a tab called Network that shows the requests that the page is making, take a look if this is what you are looking for.
– Lucas
That part I know, I wanted to know if it gets a record of all the requisitions or at least a certain deadline, if it gives.
– paraguassu