[Flashcoders] Error #2032

2010-09-04 Thread Paul Andrews
I have an pap that access a remote server (well it won't be remote once deployed) via http and the server returns some XML. Testing via the IDE.. using GET I have no problem using POST I get Error #2032. What's the best way forward to know why the server is upset? Paul

Re: [Flashcoders] Error #2032

2010-09-04 Thread Juan Pablo Califano
It's hard to know what the problem is with such limited info. The first step to troubleshoot this would be inspecting the http traffic. I guess. The best tool for this that I know of is wireshark ( http://www.wireshark.org/). It's not the most friendly though and could be a bit daunting at

Re: [Flashcoders] Error #2032

2010-09-04 Thread Juan Pablo Califano
PS: Also, some RESTful services are rather strict about what HTTP command they accept. Some will only allow POST for some operations and GET for others. This might be the case here... As a side note, if you set your code to use POST but you don't send any data in the request body, flash will

[Flashcoders] Error #2032 Stream Error

2010-03-29 Thread Lehr, Theodore
I am working on a closed network... I am trying to load some xml via load(new URLRequest(https://..;)); but I am getting Error #2032 Stream Error... I can put the url in a browser and I see the xml but for sme reason the player can not load it - any thoughts?

Re: [Flashcoders] Error #2032 Stream Error

2010-03-29 Thread Nathan Mynarcik
I'm betting this is your issue: https://; Just a guess. --Original Message-- From: Lehr, Theodore Sender: flashcoders-boun...@chattyfig.figleaf.com To: Flash Coders List ReplyTo: Flash Coders List Subject: [Flashcoders] Error #2032 Stream Error Sent: Mar 29, 2010 9:40 AM I am working

RE: [Flashcoders] Error #2032 Stream Error

2010-03-29 Thread Lehr, Theodore
: [Flashcoders] Error #2032 Stream Error I'm betting this is your issue: https://; Just a guess. --Original Message-- From: Lehr, Theodore Sender: flashcoders-boun...@chattyfig.figleaf.com To: Flash Coders List ReplyTo: Flash Coders List Subject: [Flashcoders] Error #2032 Stream Error Sent