When, I am hitting one API calls from Angular to Backend, the API call I can see in "Network" section of "Developer's tool"(ctrl+shift+i). I want to hide the API calls from the "network" list. As, I have seen in some websites they are hiding the API calls. Means, datas are coming but it is not being listed in the developer's tool. What should I do?
For example, hitting this websites url https://track.aftership.com/shreetirupati/115601676472 or http://www.shreetirupaticourier.net/Frm_DocTrack.aspx?docno=115601676472, is not hitting any API, does this mean they are accessing data directly from DB in front-end?