I am developing a website and using leafLet for visualization. Data are coming from a database and everything works fine.
I developed something like this: https://maps.gcc.tas.gov.au/dogexerciseareas.html
As you can see, if you do a right-click on the page and select ViewSource, you can see the servername, port, and database (typeName : 'GCC_cc:DogExerciseAreas',
). To me, this is not very secure especially if we host everything (IIS, DB, GeoServer,..), So, Is there any way to hide these details at the client side and make this more secure.