network.request causes Badly Formed http error 400

Hi All!
I have been trying to use network.request GET with a URL like this one:

local myURL = “http://myserverurl.mysubhost.longdomainname.com/myurl.aspx?DeviceID=1123869a2478cfdf42f8b65e8dabd&task=MarkSyncObject&SessionID=B6ECA891-4DCF-BDD8-CBFA-4FACA4C929FD&UID=a7ac3846-c459-4cff-aef4-00248e2fa1d2

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]