Handling redirected URL within Flex app?

Posted by fortpointuiguy on Stack Overflow See other posts from Stack Overflow or by fortpointuiguy
Published on 2010-04-01T15:17:30Z Indexed on 2010/04/04 0:33 UTC
Read the original article Hit count: 618

Filed under:
|
|
|
|

We have a Flex client and a server that is using the Spring/Blazeds project.

After the user logs in and is authenticated, the spring security layer sends a redirect to a new URL which is where our main application is located.

However, within the flex client, I'm currently using HTTPService for the initial request and I get the redirected page sent back to me in its entirety.

How can I just get the URL so that I can use navigatetourl to get where the app to go where it needs to?

Any help would greatly be appreciated. Thanks!

© Stack Overflow or respective owner

Related posts about flex

Related posts about spring