EducationSoftwareStrategy.com
StrategyCommunity

Knowledge Base

Product

Community

Knowledge Base

TopicsBrowse ArticlesDeveloper Zone

Product

Download SoftwareProduct DocumentationSecurity Hub

Education

Tutorial VideosSolution GalleryEducation courses

Community

GuidelinesGrandmastersEvents
x_social-icon_white.svglinkedin_social-icon_white.svg
Strategy logoCommunity

© Strategy Inc. All Rights Reserved.

LegalTerms of UsePrivacy Policy
  1. Home
  2. Topics

KB202342: Support using proxy server to send HTTP request to ESRI in MicroStrategy


Community Admin

• Strategy


Starting with MicroStrategy Analytics Enterprise 9.4.1 Hotfix 6 and in MicroStrategy 2021, it is possible to configure MicroStrategy Web to send HTTP requests to ESRI via internal proxy servers. The following details the configuration process.

Un-authenticated proxy

If the proxy server does not require authentication, user can go to Web Administration security page and configure the following settings .

  1. Go to Web Administration --> Security Page .
  2. Check "Enable HTTP proxy server" ,
  3. Fill out the Server address and Server port

 

ka0PW0000000cZxYAI_0EM4400000025zV.jpeg

 

Authenticated proxy server

If the proxy server requires authentication , User will need to add  clientToken="true" in the apps tag as listed below in the mapConfig.xml file located under plugins\ConnectorForESRIMap\WEB-INF\xml\config (see sample below). 
Note: Restart the web server after this change .


<ec> 
<apps clientToken="true"> 
 <key><![CDATA[------]]></key>
 
</apps>
</ec>

Once clientToken is set to "true", the authentication process between Strategy and ESRI will be handled by browser only. The web server machine running Strategy Web does not require a connection to the Internet when setting clientToken="true".
If the client machine communicates to online resources via a proxy, then the browser will read the proxy details specified in local Area Network (LAN) Settings on the client machine (see the setting below) to connect to ESRI in order to authenticate and retrieve mapping resources:
 

ka0PW0000000cZxYAI_0EM4400000025zX.png

Comment

0 comments

Details

Knowledge Article

Published:

March 29, 2017

Last Updated:

February 13, 2024