I've got an Android app and I need create ArcGISTiledLayer with url. url have go via a proxy server
I try create proxy server from GitHub - Esri/resource-proxy: Proxy files for DotNet, Java and PHP.
I can't create ArcGISTiledLayer("https://myProxy/Handler/AppProxy.ashx?myMapURL") ,But i can call this url with web browser.
Question:
This Solution is correct ?