0
I’m a beginner and I built a mobile application in C# that connects to a Web Api. However, the Web Api will be on a server that has only internal access, which would theoretically protect the BD. How do I get my (public) application access to this Web Api that only allows internal access? Create another Web Api with external access that will call this Web Api ? A Proxy ? If you can provide any material or example, please.
There’s a great article that solves your problem here. Article
– Andre Mesquita