Is there a way to quickly find all the REST API backend endpoints used on the frontend of the same application?
In order to secure access to some endpoints (on Java back-end) I need to find all the endpoints used by a particular module of the UI (Angular JS frontend to be more specific), is there some tool to analyze the code and tell me where the frontend calls the backend endpoints, the endpoints themselves and some context preferably too?
Is there a way to quickly find all he REST API backend endpoints used on the frontend of the same application?
In order to secure access to some endpoints (on Java back-end) I need to find all the endpoints used by a particular module of the UI (Angular JS frontend to be more specific), is there some tool to analyze the code and tell me where the frontend calls the backend endpoints, the endpoints themselves and some context preferably too?