0
I am creating an application in C# this, connects to a remote Mysql server, enabled for any IP to have access to my BD with a read-only user.
My doubt is the following: There is a way in Webservice it authenticates the user in a way that I do not need to leave my BD with remote access connected to all ips and only localhost?
(it accesses a page that if you log in returns a token something like)
You can post part of your code?
– FábioArsénio