I'm creating a web application with C#
, ASP.NET
, AJAX
and JavaScript
, I'm using a WebService
and everything works fine, the problem is that I uploaded the application to the server to test and to open the browser console (F12 Google Chrome) I noticed that all my WebMethod
appear in which sometimes I send special parameters ( IdUsuario
, password
, email
of the user) and others that do not need to see nobody else.
My question is if there is a way that my WebMethod
are not visible in any browser. In this picture you can see what I'm talking about: