Support for reverse proxy for Series 5
Hello VS Team,
We have a situation where some of our apps are internally used while others are smaller in scope and utilized outside of our network. Since we are a sewer department, our field crews often times work outside our network and we have to balance the two worlds. Support of a reverse proxy for Series 5 would enhance our ability to bridge the gap between internal and external apps. Support for this concept would assist our dynamic users base who utilizes our apps on a daily basis.
-
Currently the only support in VSW for proxies is what is supported directly by Esri (this has to be manually configured ... you won't find it in Designer).
Look for proxyRules here: https://developers.vertigisstudio.com/docs/web/api-components/
The reason we didn't provide an interface for it is we are simply passing the content to the root Esri API endpoint without any modification ... so look at the Esri docs to understand how to use it.
https://developers.arcgis.com/javascript/latest/proxies/
An 'example' of what you'd put in the VSW app.json"proxyRules": [
{
"proxyUrl": "https://vm-alerting.int.corp.com/DotNet/proxy.ashx",
"urlPrefix": "https://api.municorp.com"
}
],
"proxyUrl": "https://vm-alerting.int.corp.com/DotNet/proxy.ashx",
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar