Zum Hauptinhalt gehen

HTML5 Proxy Page

Kommentare

1 Kommentar

  • Mike Ketler
    Hi,

     

    You can add this to the HTML5 Viewer index.html page. 

     

    Replace: new geocortex.essentialsHtmlViewer.ViewerLoader().loadAndInitialize();

     

    With: new geocortex.essentialsHtmlViewer.ViewerLoader().loadAndInitialize({     onInitialized: function () {         esri.addProxyRule({             urlPrefix: "http://server.domain.com/arcgis/rest/services",             proxyUrl: "/proxy/proxy.ashx"         });     } });

     

    Thanks,

     

    Mike Ketler
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.