I am a beginner and I built a Mobile application in C # that connects to an Api Web. However, Web Api will be on a server that has only internal access, which theoretically would protect the DB. How can I make my (public) application have access to this Web Api that only allows internal access? I create another Api Web with external access that will call this Web Api? A Proxy? If you can indicate some material or example, thank you.