Dear experts, how can I see the API requests a website send?

Danezz

Regular Member
Jr. VIP
Joined
Dec 13, 2020
Messages
438
Reaction score
253
I tried to go network > XHR > and then perform the action that should trigger api response but couldn't see it. I guess it's easy but this is not my field :)
 
There's two types of api requests done from website, client side which is you could track and reverse engineer it , and requests done from server side which is you can't get it.

For client side use network tab from your browser (chrome browser or Firefox browser has built-in network tab ) .
 
There's two types of api requests done from website, client side which is you could track and reverse engineer it , and requests done from server side which is you can't get it.

For client side use network tab from your browser (chrome browser or Firefox browser has built-in network tab ) .
I see. It can't be retrieved then as it's from the server side. Thank you @thetrustedzone
Moderators you can /close this thread as there's nothing else to say
 
Back
Top