Internet Explorer (IE6 or IE7) will not render a map for a secured Flex application (HTTPS) accessing secured services through proxy page with proxyURL being HTTPS.
上次发布: August 25, 2014ArcGIS API for Flex
漏洞 ID 编号
NIM050266
已提交
October 27, 2009
上次修改时间
June 5, 2024
适用范围
ArcGIS API for Flex
找到的版本
1.2
编程语言
Flex
操作系统
Windows OS
操作系统版本
XP
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
No plans to address for future release.
解决办法
1. Load the proxyURL without HTTPS - One would really want all request/responses encrypted for the application. This highlights the fact that the request to the proxy should be https. However, if we think from the perspective of just keeping the token hidden, the token is only sent from the proxy to the service. Using http to the proxy and then https from the proxy to the service will protect the token since it will never be transmitted in the clear.2. Work with Firefox or Chrome as browsers.