raw-post

Reading RAW data from a Flash POST Request ( images )

I'm basically interacting with a third party API flash file to send HTTP POST requests to my server. I know I'm on somewhat the right path because it requires a crossdomain.xml file, and before I added that part nothing in the POST variables was showing up, however since I added that file there are 4 variables that are set, these POST v...

how to simulate raw_post in rails?

rails controller has raw_post, what is the behaviour of the raw_post? how to simulate the external request.raw_post? ...