Thanks Neil On Monday, November 21, 2016 at 3:08:53 PM UTC-8, Neil Sabol wrote: > > Hello Pouria, All, > > To build on David's response, you should be able to echo out the HTTP > Headers on the server side with whatever language you are using. > > For example, in PHP see > http://php.net/manual/en/function.getallheaders.php (Example #1) - just > create a test page in your DocumentRoot, place that code in it, and > navigate to its URL in your browser. > > You could also use phpinfo() in PHP. Similar functionality is available in > other languages (Java, etc.) as well. > > Hope that helps. > > Thank you, > -Neil > > -----Original Message----- > From: [email protected] <javascript:> [mailto:[email protected] > <javascript:>] On Behalf Of David Hawes > Sent: Monday, November 21, 2016 2:41 PM > To: CAS Community <[email protected] <javascript:>> > Subject: Re: [cas-user] CASAuthNHeader to return user > > On 21 November 2016 at 16:13, pouria Mahmoudi <[email protected] > <javascript:>> wrote: > ... > > Description: If enabled, this will store the user returned by CAS in > > an HTTP header accessible to your web applications. > ... > > but it doesn't look like I have an http header. At least by doing > > Inspect Element on my browser I cannot see it. > > > > Any help would be appreciated. > > These headers are not sent to your browser, so you will not see it there. > They are only set on the server. > > -- > - CAS gitter chatroom: https://gitter.im/apereo/cas > - CAS mailing list guidelines: > https://apereo.github.io/cas/Mailing-Lists.html > - CAS documentation website: https://apereo.github.io/cas > - CAS project website: https://github.com/apereo/cas > --- > You received this message because you are subscribed to the Google Groups > "CAS Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To view this discussion on the web visit > https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAAgu-wD%3D%2BShy_gPkRfz3UnJcLEfhjNYFMg-B3w8VUZjAGP-9ag%40mail.gmail.com. > > >
-- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/0a7c4659-b070-4f49-8be3-a73158a394c5%40apereo.org.
