how do I read attributes from headers??
Cantor, Scott
cantor.2 at osu.edu
Sat Nov 5 19:56:56 GMT 2011
On 11/4/11 11:38 PM, "Sridhar Sripathy" <ssripathy25 at yahoo.com> wrote:
>
>I tried reading the attributes from headers using this format
>Request.ServerVariables["HTTP_ATTRNAME"] in and it still does not work.
The documentation tells you that Request.Headers is the preferred API for
security reasons. Beyond that, if they're not there, the SP is not
configured to see your requests.
-- Scott
More information about the users
mailing list