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