REST Security

Last post 09-19-2007 2:20 AM by BarryR. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 09-15-2007 12:27 AM

    REST Security

    Hi,

     I was just looking into using your services as file store for media files which I intend to load from a Flash/Flex application but am a little concerned about using the REST model from a client application as a user who knew what they were doing could view my applicationid, username and password using freely available http analysis tools such as fiddler.

    So, should I call my .Net server from the Flash file, get my server to authenticate with your server and return the session id to the flash file which then uses it to retrieve the file from yourselves, or is there another way?

    Thanks

    Richard

  • 09-19-2007 2:20 AM In reply to

    • BarryR
    • Top 10 Contributor
    • Joined on 07-20-2007
    • San Diego
    • Posts 612

    Re: REST Security

     I sent a private message detailing the different ways of handling this with much more information, but just for those perusing the general idea is to proxy the flash calls through your server because the session token is associated with an IP address.  This means a bit more work but puts the onus of client security on you.  We do this to prevent someone snooping a session token and using it with another IP address.

    In the future we will have a proxyLogin that will take in the clients IP Address so a login can be performed on behalf of another IP Address instead of the calling server.

     
    Regards,
        Barry R.
     

    IM Support (Feel free to add me)

    MSN: barryruffner@msn.com
    Gmail: barryruffner@gmail.com
Page 1 of 1 (2 items)