Skip to main content
Participant
March 28, 2009
Question

Network communication server-side (http, SSL)

  • March 28, 2009
  • 1 reply
  • 504 views
Hey all,

I'm wondering if it's possible at all to make http or even arbitrary network requests from the server-side on FMS. Based on the documentation (which states that server-side ActionScript is just JavaScript 1.5 with a few extra classes), there's no way to do this, but I find that to be unbelievable. A $4,500 application that doesn't give me the power to make an HTTP request to my web server? There must be a way.

Also, I'd like to make HTTPS requests if possible. If that means using an SSL socket and writing my own HTTP requests, or using some HTTPS-capable socket or request object, that's fine.

Anybody know of a way to do this?

Also, does the same-origin (same-domain) security policy still apply on the server side?
    This topic has been closed for replies.

    1 reply

    Inspiring
    March 28, 2009
    You can use flash remoting to call a web server or an alternative is a webservice. There are APIs for both built into the FMS server. Or as well a socket call.

    As for HTTPS.. that I'm not sure, I've never had the need but I *think* it is supported? Someone else know???