I have a website url , and i want to find Web.API URL from a website .
Loading
I have a website url , and i want to find Web.API URL from a website .
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted Jun 21, 2021, 2:33 PM
Anant VernekarPosted Jun 21, 2021, 2:08 PM
You can use a Fiddler tool to capture the network traffics and you can filter it out by IP address and API documents
https://www.telerik.com/download/fiddler
RituPosted Jun 21, 2021, 12:20 PM
in network tab there is many calls how can i recognise the api call
Aman GuptaPosted Jun 21, 2021, 12:17 PM
You can use network tab in developer tools (F12) in browser to monitor all network calls. However, if the site does not have a public web API, the methods that are called will most likely be protected by CORS policy.oRIn case of RESTAPIs use getCurrentURL()