Hi All!
I have been trying to use network.request GET with a URL like this one:
network.request(myURL, “GET”, networkListener)
As you can see it’s a quite large URL, and maybe the GET method is not really a good one, because my web server gives me a HTTP 400 error “Badly formed” request.
So I tried using the POST method and everything runs fine.
The question is… Has anyone here ever tried something similar?
[import]uid: 86439 topic_id: 26640 reply_id: 326640[/import]