Reputation: 32291
Is it possible to make a simple Http Request using as2 and get the redirected result?
Example
I make a request to http://www.somesite.com/loader?params using as2 which redirects to
http://www.redirectedUrl.com/somefile.swf
I want to be able to access and store the address of the redirected url (in the above example that would be http://www.redirectedUrl.com/somefile.swf url
Upvotes: 0
Views: 548