I had discussed that in my previous reply. You need to URI-encode the authenticity_token before sending it back.
dwh [email protected] wrote: > Hmm, I tried doing: > > request.data = "authenticity_token="+paramList["authenticityToken"] > +"&design_id=1"; > > instead of variables, and still nothing. One thing I did notice... I > made a dynamic field on the stage and put the auth_code in there to > see if it was working. I'm not sure why, but for some reason the field > won't include any + signs. there's spaces there, and when I look in > the form field in html on the same page I have my flash, the spaces > are + signs. Not sure if that's a reason.. > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

