Hi Greetz,

I'm was just using this

URLRequestMethod.POST;

today and whatever I change the method value it keep sending everything in GET mode.

So I made my server side code looking in the GET variables

I would love to know more about this behaviour too.

cheers
Laurent



EECOLOR a écrit :
Hello,

I am trying to do a request with custom request headers. In the
documentation I found the following line:

"Due to browser limitations, custom HTTP request headers are only supported
for POST requests, not for GET requests."

So I changed my request to post, the request however does not seem to go out
as a post request. The code I use to test is the following:

*  var r:URLRequest = new URLRequest("http://www.google.com";);
  r.method = URLRequestMethod.POST;

  var s:URLStream = new URLStream();
  s.load(r);
*

I have tested this both with Flash player 9,0,124,0 and 10,0,12,36
standalone.*
*

Is this expected behaviour and am I missing something, or should this work
just fine?

Greetz Erik
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to