saltzmanjoelh Posted November 12, 2009 Share Posted November 12, 2009 I am trying to put data into $GLOBALS['HTTP_RAW_POST_DATA'] without using URL params. I know you can do http://www.mysite.com/script.php?someParam=something HOWEVER, when using Adobe Flex, when AMF data is sent to a url, they somehow pass all the data into that without putting it in the url... Link to comment https://forums.phpfreaks.com/topic/181193-solved-putting-into-globalshttp_raw_post_data/ Share on other sites More sharing options...
saltzmanjoelh Posted November 12, 2009 Author Share Posted November 12, 2009 It was a simple POST. Create a form, send form as POST method. Params are sent without adding to URL Link to comment https://forums.phpfreaks.com/topic/181193-solved-putting-into-globalshttp_raw_post_data/#findComment-955938 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.