Solved

URLs Used by FME

  • 30 June 2017
  • 7 replies
  • 58 views

Userlevel 4
Badge +13

Can you help us complete this list of URLs used by FME?

Some of our users work in environments with limited access to the internet and need to request access to specific URLs via a proxy . We are building a list of URLs used by FME and we are asking you for more input. Below are URLs we know FME may access in typical use. Are there other URLs you think we should add to the list? We will edit this list as answers come in.

Of course, there is a multitude of web services you can connect to with FME using Web Connections and the HttpCaller transformer, and we don't want to add them all here. We are looking for URLs used by FME Workbench, standard FME readers and writers, and FME transformers.

Please note: You can, of course, run FME without any internet access at all but you won't be able to use the FME Hub or access resources on the web.

Workbench Startup
  • www.safe.com/ *
  • fmestartup.safe.com/
Help and docs:
  • docs.safe.com/

 

FME Hub
  • hub.safe.com:443**
  • fmehubproductionopsworks-appstorage-c2mc055amzj1.s3.amazonaws.com:443
  • cloud-cdn.safe.com

 

Readers and Writers

Mapzen

  • s3.amazonaws.com:443

Sentinel 2 AWS

  • sentinel-s2-l1c.s3.amazonaws.com/

SalesForce

  • login.salesforce.com:443
  • (YourOrganization).my.salesforce.com:443

Amazon DynamoDB

  • dynamodb.us-west-2.amazonaws.com:443

AWS Landsat (suggested by @1spatialdave)

  • landsat-pds.s3.amazonaws.com:443

Carto

 

Transformers

 

S3 Tranformers

  • <bucketName>.s3.amazonaws.com:443
GoogleDriveConnector
  • www.googleapis.com:443
  • accounts.google.com:443
  • accounts.google.fr:443 (may be different country suffix)
  • ssl.gstatic.com:443
  • play.google.com:443

DropboxConnector

  • dropbox.com:443
  • cfl.dropboxstatic.com:443
  • dropbox.com:443
  • api.dropboxapi.com:443
FME Server

Note: FME Server may be configured for SSL and therefore accessed via port 443

For more information on the FME Server URLs used for licensing, please visit this article.

FME Cloud
  • <name>.fmecloud.com:443
Background Maps

ArcGIS Online

  • www.arcgis.com:443
  • server.arcgisonline.com:443
  • services.arcgisonline.com/arcgis/rest/services:443
Bing
  • dev.virtualearth.net/
  • cdn.content.prod.cms.msn.com/singletile/summary/alias/experiencebyname/
  • ecn.t3.tiles.virtualearth.net/tiles/
  • ecn.t2.tiles.virtualearth.net/tiles/
  • ecn.t1.tiles.virtualearth.net/tiles/
  • ecn.t0.tiles.virtualearth.net/
Japan GSI Map
  • cyberjapandata.gsi.go.jp/
MapBox
  • api.tiles.mapbox.com/
Stamen
  • tile.stamen.com/
MapQuest
  • www.mapquestapi.com:443
  • api.tiles.mapbox.com
Here WeGo
  • 1.base.maps.api.here.com:443
  • 2.base.maps.api.here.com:443
  • 3.base.maps.api.here.com:443
  • 4.base.maps.api.here.com:443
  • 1.aerial.maps.api.here.com:443
  • 2.aerial.maps.api.here.com:443
  • 3.aerial.maps.api.here.com:443
  • 4.aerial.maps.api.here.com:443

 

* forward slash indicated the URL may continue to access specific resources within that domain * * Port 443 indicated the connection is via SSL and only the root URL can be known

 

 

 

icon

Best answer by davideagle 30 June 2017, 10:46

View original

7 replies

Badge +14

This is a great idea and crowd sourcing the details jump-starts the documentation process. I can think of serveral of our customers who will be keen followers of this list for software packaging purposes:

Reader:

AWS Landsat

landsat-pds.s3.amazonaws.com:443

Readers\\Writers

CARTO

(user_account).carto.com:443

Userlevel 4
Badge +13
Safe Documentation PR#78343

 

 

Badge +10

There is one more for ArcGIS Online, which allows access to the basemaps through ArcGIS Server:

https://services.arcgisonline.com/arcgis/rest/services

Badge +11

Hi guys,

Could someone please advise which port the background maps, or ArcGIS Online feature service lists (when using the AGOL feature layer reader) would come back to our proxy server/firewall on? I am being asked this when requesting to IT for the FME background URLs to be allowed through our firewall.

Thanks, Chris

Userlevel 4
Badge +30

Hi guys,

Could someone please advise which port the background maps, or ArcGIS Online feature service lists (when using the AGOL feature layer reader) would come back to our proxy server/firewall on? I am being asked this when requesting to IT for the FME background URLs to be allowed through our firewall.

Thanks, Chris

Hi @chrisw84

 

Please, you can check these:

 

ArcGIS Online

 

Thanks,

Danilo

Badge +11

Hi @chrisw84

 

Please, you can check these:

 

ArcGIS Online

 

Thanks,

Danilo

Hi @danilo_fme,

 

The first one worked and the other two errored out:

  • server.arcgisonline.com:443 got no response from server
Reason:No response from server

 

 

WebMarshal Proxy was unable to reach the requested host.

 

 

Details: An existing connection was forcibly closed by the remote host.

 

 

This can be caused by:

 

The web server may be down

 

The web server may be too busy

 

Problems with your network connection and/or transient conditions on the Internet

 

 

 

Error: Invalid URL

 

Code: 400

 

 

Badge +8

Hi @chrisw84

 

I think in order for work with proxies, I would highly recommend asking IT for a wildcard url exception list as follows

*.arcgisonline.com

www.arcgis.com

The reason the other URL is giving Invalid URL as you have to remove the port from the URL, in real the URL should be http://services.arcgisonline.com/arcgis/rest/services/

But again, passing it as wildcard would take care of that.

 

Reply