I will be out of the office from Wednesday, October 15 - Friday, October
17. Please contact another member of the admission staff at 314-995-7367
or [EMAIL PROTECTED] if you need assistance before next Monday.
___
Flashcoders mailing list
Flashcoders@ch
I just found out the problem. If you put a value in the 'data' property of
the urlRequest everything starts to work:
* var r:URLRequest = new URLRequest("http://www.google.com";);
r.method = URLRequestMethod.POST;
r.data = 0;
*
Now the request will be sent as post and request headers are se
Hi,
Does your request go out at all?
Have you used some kind of web-proxy to look at what is going out of
your Flash across the network - "Charles" http://www.charlesproxy.com/
Check that the system is not requesting a crossdomain.xml file
before your request - you may not have prob
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 see
5 matches
Mail list logo