View Full Version : POST method on IE under Mac OS X
epopov
02-23-2004, 07:04 AM
Hi,
I have problem with request by POST method on IE under Mac OS X.
After I set type of query 'POST' for my datasets, my app frequently doesn't send requests to back-end (doRequest()). What is the reason?
Here is an example that works well on Win XP and doesn't works on Mac.
Sorry, there's not a lot you can do if it's i.e. 4.5, other than upgrade your browser.
From Macromedia:
http://www.macromedia.com/support/flash/ts/documents/mac_ie_issues.htm
Using POST to send data to a server script
Internet Explorer 4.5 and below on the Macintosh does not support sending data from a Flash movie via the POST method, using the Load Variables and Get URL actions. The only supported method for Flash movies in this browser is GET. This was fixed in version 5 as well, to allow both GET and POST methods to work properly.
epopov
03-09-2004, 09:57 AM
I've tested it on IE 5.2 Mac OS X.
By default, dataset requests interrupt in-progress requests. So if you hit the button lots of times, some requests may get lost. queuerequests="true" causes requests to be queued so none get lost.
Let me know if this helps. More specifics about what causes the app to fail would help us reproduce here... Thanks!
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.