How to secure access to SWF file using ASP.NET?

Posted by elsharpo on Stack Overflow See other posts from Stack Overflow or by elsharpo
Published on 2010-04-06T04:53:20Z Indexed on 2010/04/06 5:03 UTC
Read the original article Hit count: 426

Filed under:
|
|
|

hi guys,

We have a swf file that we want to secure and make available only to authorized users.

I embedded the file in an aspx page and that works fine, since ASP.NET handles the aspx page, I can use ASP.NET authorization features and in the web.config restrict the access to roles="AllowedUsers" for example.

However smart users could still get to the file by accessing directly for example www.mysite/flash.swf. We want to make that kind of access secure.

Any help would be greatly appreciated!

Thanks!

© Stack Overflow or respective owner

Related posts about flash

Related posts about ASP.NET