Hi @Mahdi Elahi ,
You can use XHook that intercepts XHR requests.
You can get all the API calls.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How can i find all used api in website or in one page of the website ?
I want write a program in .net core in such a way that when user enter the website address or some url i show the all api is used on this url or website ?
how do it ?
Hi @Mahdi Elahi ,
You can use XHook that intercepts XHR requests.
You can get all the API calls.
Hi @Mahdi Elahi
You can check this thread. This might help you.
I want to review other people's sites in web, not my own site .
how to do it?
for example you have a website in web www.Test.com , i want find all used api in the index page of your site.(www.Test.com/Index)
I want to know what api it calls.
you can not see the api's the server calls, but you can capture the javascript requests. to do this your application would use webkit to load the url. using webkit events, you track the network requests.
you can use the browsers debug tools (network trace) to see if this is the info you want.
note: there are several screen scrapping tools that may want to look at also.
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more