Flex URLRequest and .NET authorization
Posted
by user252160
on Stack Overflow
See other posts from Stack Overflow
or by user252160
Published on 2010-04-24T12:03:30Z
Indexed on
2010/04/24
12:13 UTC
Read the original article
Hit count: 279
can I make role based authorization when sending requests to an ASP.NET MVC backend system. I am calling action methods and expecting JSON results, however, some action methods are decorated with the [Authorize] attribute, others require some role privileges to be present. I certainly hope that passing authorization data with every request is possible
© Stack Overflow or respective owner