Hide Browser's Network Activity

Hello everyone,

I wonder if it is possible to hide the information about the requests from browser’s network tab. The common http module’s behavior is to show every single request, with headers and parameters. I want to hide this information as much as possible, to prevent users from investigating my server.

Thanks in advance!