Hi,
I'm a flex noob and I have a few doubts regarding the Httpservice class,
Can I use it to fetch data from a file that resides in my own server or can I use it to download any url like external sites like google or stackoverflow (even ones without an api)?
Does httpservice behave differently based on whether it is an desktop app or webapp?
In short, does it behave like a httpclient(like libcurl and mechanize) or does it have restrictions(like xmlhttprequest)?