Is there any way we can hide https web API request header and response which user can see when inspecting the browser page
I have used JWT token and CORS for to secure web API but when inspecting browser I can see JSON response and header details
I am using angular 7 in which we have services which call Web API (C#)
Actual Result:- End user can see header and response of web API call when inspecting browser and navigate to the Network tab
Expected Result:- Secure https header and response from server into the browser so that end-user can not see it