Skip to main content

Using the Httpcaller i can successfully make a rest api call to retrieve a token for an ArcGIS Portal Featureservice. A proxy server is set up but is not used for this url so the call bypasses the proxy.

 

However, I can only set up and use an ArcGIS Portal Feature Service connection if there is no proxy set up at all. If the proxy is enabled, the connection tries to use the proxy even though the base url is on the exception list.

Hi @ebygomm,

Did you use a PythonCaller in the same workspace? This could be related to an issue that HTTPCaller does not honour proxy exceptions when PythonCaller is used which has a workaround in this article:

https://support.safe.com/hc/en-us/articles/25407417519117-FME-Flow-Troubleshooting-Proxies#HTTPCallerandFMEServerJobSubmitte

However, if that’s not the case, would you be able to provide more details:

  • Your FME Workspace (plus any other supporting files needed to run your workspace)
  • The version, build of FME Form/Flow, and platform you’re using
  • Any additional information such as a log file, screenshots etc.

Thanks, 

Emma


Reply