Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi,
Need to hide the list of services that are showing up in the network tab of developer portal. Is there any way to hide it?
Thank you
Hello @Ashritha ,
Can you please provide more context around the issue to get a better understanding ? maybe a printscreen would be more beneficial.
Thank you,
When a page is inspected, the network tab of browser developer tool lists all the services that are related to mashup. So input to that service and its rest api url can be seen along with service output. So to make the application more secure, it is required to hide the list of services in developer tool of browser.
Thank you
Hello @Ashritha
AFAIK this cannot be stopped, the application is making requests and this will be logged to the network tab by the browser. if there are security concerns you should be handling this a different way. Any call made on the client side cannot be hidden, as it's "client" side of the website. Do not send data to the client that they should not be allowed access .
Thanks
Om Dukiya