|
POST
|
imagery.arcgisonline.com doesn't seem to exist any more. Is there a specific layer you're looking for? You may be able to find it on https://server.arcgisonline.com/ArcGIS/services.
... View more
04-25-2019
07:35 AM
|
0
|
0
|
912
|
|
POST
|
I think this is fixed in this patch: https://support.esri.com/en/download/7684 BUG-000119180 - Anonymously accessing an ArcGIS Enterprise site displays default thumbnails for publicly shared items
... View more
04-11-2019
12:13 PM
|
1
|
1
|
1097
|
|
POST
|
We set X-Frame-Options to SAMEORIGIN at the GIS Server tier on any page/form that has a login prompt to prevent phishing through frames/Clickjacking/URL Redress attacks. X-Frame-Options: DENY prevents rendering pages in an iFrame. I've never seen users have problems with this header without attempting to view these pages through iFrames. It's not necessary to set any additional headers at the web tier. I'm unsure why in your instance multiple browsers think that this page is being framed. That's certainly unusual behavior.
... View more
04-08-2019
02:10 PM
|
0
|
1
|
4749
|
|
POST
|
Hmmm...I'd think that the license would have been rejected earlier - however, you can run arcgis/server/tools/authorizeSoftware and apply a version 10.6 license. The license may be retrieved from MyEsri.com.
... View more
03-29-2019
05:58 AM
|
0
|
1
|
3262
|
|
POST
|
I see. This isn't a certificate issue. This is an issue where your ArcGIS Server site wasn't created, and that's why you don't see the options one would expect.You're seeing the HTTPS error because by default ArcGIS Server creates a self signed certificate, but the self signed cert isn't the cause of the error you're seeing. This is typically a permissions issue of some sort. Check the log here for more information regarding why your site is failing to create: <ArcGIS Server installation directory>/usr/logs/<machine name>/server http://enterprise.arcgis.com/en/server/10.6/install/linux/creating-a-new-site.htm
... View more
03-28-2019
06:39 AM
|
0
|
3
|
3262
|
|
POST
|
To update the root cert that the internal application server uses, use the admin API to import the root cert. You don't have to manually update the config to work with a new keystore. You can just browse to the admin api and http://enterprise.arcgis.com/en/server/10.6/administer/linux/configuring-https-using-a-new-ca-signed-certificate.htm#ESRI_SECTION1_96040AD6BEE04C1BA8D781D2CB2A8557
... View more
03-27-2019
12:09 PM
|
0
|
0
|
3262
|
|
POST
|
Hmmm...Are you performing these tests directly against the GIS Server (port 6443), or are you performing this test against the web tier? I ask because it almost sounds like the browser isn't caching the JSAPI like it should be, and pragma/nocache headers are defined at the web tier. Basically, I want to understand if we're actually testing apples to apples, as I haven't seen these issues on the various servers I run in house.
... View more
03-22-2019
10:50 AM
|
0
|
5
|
2284
|
|
POST
|
This sounds like you can't get to %temp%. It's either a permissions issue, you don't have a %temp% environment variable, or (potentially?) you have a roaming profile. If you right-click and select runas: administrator, do you have luck?
... View more
03-20-2019
01:09 PM
|
0
|
1
|
5650
|
|
POST
|
Yes - Image server is now considered a server 'role' rather than an extension. ArcGIS Server licensing roles—Documentation | ArcGIS Enterprise Key concepts for image services—Documentation | ArcGIS Enterprise
... View more
03-20-2019
12:45 PM
|
0
|
0
|
817
|
|
POST
|
Which ArcGIS Enterprise version are you working with? You'll also want to get a cert. I'd bind to 443 or 8443. Depending on the version you're working with, 8080/8443 may not be supported for the web adaptor.
... View more
03-18-2019
07:05 AM
|
0
|
0
|
3858
|
|
BLOG
|
Hi All, Just pushed out another (similar) blog regarding how to perform this same validation against mobile apps. Enjoy! https://community.esri.com/community/esri-software-security-privacy/blog/2019/03/12/arcgis-online-tls-changes-alternative-testing-methods-mobile-edition
... View more
03-12-2019
11:14 AM
|
0
|
0
|
1021
|
|
BLOG
|
In the last blog I wrote, I described ways to test desktop apps, operating systems, and Java installs to validate they were correctly sending requests to ArcGIS Online in order to validate that your apps will continue to function after TLS 1.0 and 1.1 are no longer supported after April 16, 2019. Some users have expressed concern related to their mobile apps – older Android or iOS devices may not natively have support for TLS 1.2 enabled. Android fully supports TLS 1.2 starting at Android 5 (Lolipop), but custom Android apps may have enabled support for TLS 1.2 for Android 4.1. Starting an iOS 9, Apple introduced App Transport Security, which enforces TLS 1.2 for most apps – but it’s possible that some vendors may have globally disabled or created domain exceptions for this feature. All that’s well and good, but for the person who’s responsible for making sure apps are going to work, what does this mean? Is there a painless way that an app or device’s TLS 1.2 compatibility can be quickly validated? Happily, the answer is yes, and just like in the last blog, we can use the Fiddler web debugging proxy to validate! Because Fiddler won’t run natively on a mobile OS, there’s a bit of setup we need to do before we can validate. First, go ahead and install Fiddler on a Windows machine. While there is a beta version of Fiddler for Linux, we’ll test with Windows. Once it’s installed, we’ll need to gather some information set some options. Next, if you don’t already know it, you’ll want to take note of your Windows machine hostname and IP address. You can get those details by opening a Windows console and entering the HOSTNAME and IPCONFIG commands like in the example below (details redacted to protect the innocent). These details will be used later. Figure 1: Ipconfig and Hostname Once you have those details, open Fiddler and navigate to tools>options. Enable the option to allow remote computers to connect and keep the rest of the results. Figure 2: Fiddler Connections options Next, click the ‘HTTPS’ tab. By default, the ‘Decrypt HTTPS traffic’ option is unchecked, but if you’ve used Fiddler to debug HTTPS traffic already, this option may be enabled. Figure 3: Fiddler HTTPS options Next, you’ll want to configure your mobile device to push your web traffic through the Fiddler proxy. To do this, your mobile device will need to use WIFI and be on the same local network as your Windows machine. I have an iOS device I’m testing with, but the instructions for configuring your device to use a proxy should be similar. Your favorite search engine should be able to assist with specifics. In my case, once I’ve joined the WIFI, I click on the WIFI connection and scroll down to ‘Configure Proxy’ Figure 4: WIFI proxy configuration Once in the ‘Configure Proxy’ dialog, enable ‘Manual’ configuration, and populate the Server and Port settings. Populate the ‘Server’ value with the hostname or IP address of the machine where Fiddler is running. By default, Fiddler listens on port 8888. Figure 5: WIFI proxy configuration Once that’s complete, you’re ready to test! Open your app and connect to your test resource. Assuming your’re watching the Fiddler console, you’ll start to see your WIFI traffic being routed through the Fiddler proxy. Click on one of the sessions that was captured that represents the endpoint you’re connecting to. In my case, I’m connecting to an internal ArcGIS Enterprise instance I maintain. After you’ve selected a session, in Fiddler, click on the ‘Inspectors’ tab, and then the ‘Headers’ subtab. You’ll want to have a quick check to make sure that the Client is your mobile browser or app instead of a desktop browser or app. Typically Esri clients indicate “Esri” or “ArcGIS” for the user-agent. Figure 6: Confirm user-agent in Fiddler Headers tab After you’ve checked the user-agent and are sure you’re reviewing the correct traffic, click the ‘TextView’ tab. Just like before, you can review the TLS version that the client is using. Here I’m satisfied that my iOS browser is creating sessions to my server using TLS 1.2. Figure 7: TLS version in Fiddler TextView tab Hopefully this workflow can help users who require an additional level of validation with mobile apps they use.
... View more
03-12-2019
11:13 AM
|
1
|
0
|
3109
|
|
POST
|
There's a few ways I'd address this. These suggestions are not mutually exclusive. First, vector tiles. VectorTileLayer | API Reference | ArcGIS API for JavaScript 3.27 If that's not going to work, I'd cache these services so you don't have to query the server with every pan and zoom and pull down all that geometry. Failing that, I'd consider adding two or three scale dependent layers representing the rivers. At small scales, the river features can be generalized. As you zoom into larger scales, they can be generalized less. There's no reason to render complex river geometry at large scales - they won't be able to see that anyway.
... View more
03-08-2019
12:01 PM
|
2
|
1
|
3151
|
|
IDEA
|
In the current ArcGIS.com release, password reset emails are sent to members who request to update a password. The email contains a link to a password reset page. The link is valid for 60 minutes starting from when a password reset was requested. Once the link is received by a user and opened, at that point a user is prompted to answer the password reset question.
... View more
03-07-2019
01:18 PM
|
0
|
0
|
811
|
|
POST
|
The client ID and Client Secret are generated when you register the app that you're building.This doc explains the process. Implementing App Login | ArcGIS for Developers
... View more
03-01-2019
09:41 AM
|
1
|
2
|
4741
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-05-2026 06:49 AM | |
| 1 | 02-19-2026 07:09 AM | |
| 2 | 02-17-2026 02:27 PM | |
| 3 | 11-17-2025 07:06 AM | |
| 1 | 05-24-2018 07:28 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-10-2026
06:56 AM
|