Skip to main content
Participating Frequently
March 1, 2010
Question

Connecting to remote servers (HTTP GET, POST)

  • March 1, 2010
  • 1 reply
  • 382 views

Hi,

I'm running FMS 3.5 on RedHat, and have some server side actionscript that is attempting to perform an HTTP GET on a remote URL, e.g:

loadVars.send("http://someurl/");

This works on a Windows XP development server, but not on the RedHat deployment server. Are there any configuration options that I need to be aware of in order to allow my application to perform requests such as these (i.e. HTTP requests to remote servers)?

Thanks.

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    March 4, 2010

    Can you check your firewall settings on Red Hat Machine and make sure port 8134 is open as this is default port on which Apache which comes with FMS listens.

    But if you think i did not get your question right , please let me know.