Welcome Developers!

in

Welcome!

in

urlrequest to pass data doesnt work on the platform.... is there a workaround?

Last post 01-11-2010 12:19 PM by Trevor Jordet. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 01-07-2010 9:37 PM

    urlrequest to pass data doesnt work on the platform.... is there a workaround?

    In order for users to customize their profile player, I have a button that they click to update their data.  it makes a call to my app server and passes the data entities to update.

    I have resorted to opening a blank window with a "your settings have been updated, you can close this now" message.

    It's super ugly.... is there a better way since URLrequest methods are not allowed?

  • 01-11-2010 12:19 PM In reply to

    Re: urlrequest to pass data doesnt work on the platform.... is there a workaround?

     I figured out the problem.... I'm using google app engine, and even though the crossdomain.xml file was there, i forgot to add:

    - url: /crossdomain.xml
      static_files: crossdomain.xml
      upload: crossdomain.xml

     

    to the app.yaml config file

Page 1 of 1 (2 items)