angular-esri-components icon indicating copy to clipboard operation
angular-esri-components copied to clipboard

ArcGIS Proxy server for Angular Application

Open abhishekhingu opened this issue 6 years ago • 1 comments

Hi

I don't want my ArcGIS services directly accessible from client/angular application.

for example my arcgis server setup on 10.XX.XX.80 server. my angular app hosted on 10.XX.XX.90 server.

so angular app should not directly connect to 10.XX.XX.80 server to load all resource like application FeatureLayers and other utility services.

how can I resolve this issue?

abhishekhingu avatar Apr 24 '19 08:04 abhishekhingu

There is not special about how you would do that in an angular application. You can follow any of the normal processes for setting up and consuming a proxy to your ArcGIS services. There are a few ways to do that:

https://github.com/Esri/resource-proxy https://enterprise.arcgis.com/en/server/latest/install/windows/about-the-arcgis-web-adaptor.htm

I'm not an expert, so you probably want to ask on GeoNet if you have any further questions.

tomwayson avatar Apr 25 '19 18:04 tomwayson