Skip to main content
Question

Data download URLs returning localhost

  • July 24, 2013
  • 2 replies
  • 114 views

Forum|alt.badge.img
Hi,

 

 

The data download service on our FME server has started to return URLs with http://localhost:8080 instead of the server name. I can correct the URL in my app, but I'd rather get the service to return a correct URL.

 

 

I remember seeing an article about how to change the download URLs back for Server 2012 but I can't find it now. Where do I find the settings for changing the URL?

 

(I've already tried changing the URL pattern in the services settings).

 

 

Thanks!

 

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

fmelizard
Safer
Forum|alt.badge.img+20
  • Safer
  • 3719 replies
  • July 25, 2013
Hi AndyE,

 

In the WebUI for FME Server go to the Services page then click on Data Download. You can change the "URL Pattern" there.  I think that should do it.

 

Ken

Forum|alt.badge.img
  • Author
  • 3 replies
  • August 9, 2013
Hi Ken,

 

 

Tracked the issue down to a missed step in setting up IIS as a reverse proxy, we hadn't set the ResultPrefix in the engine config files:

 

http://fmepedia.safe.com/articles/How_To/Use-a-reverse-proxy-with-FME-Server

 

 

All is now well!

 

 

Andy