Skip to main content
15-Moonstone
December 17, 2020
Question

How to hide services in the network tab of developer portal ?

  • December 17, 2020
  • 2 replies
  • 2124 views

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

2 replies

5-Regular Member
December 17, 2020


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,

Ashritha15-MoonstoneAuthor
15-Moonstone
December 17, 2020

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

16-Pearl
December 17, 2020

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