On Dec 10, 8:54 pm, AP <[email protected]> wrote: > I have just started on the GWT 2.1 application. We have a single sign > on done by a tool that passes the credentials in the HTTPHeader. Based > on the credentials, different users need to be directed to different > landing pages. How can I get a handle to the httpheader information in > my gwt application.
This post intrigued me so I had a look around. As GWT client code will be Javascript, I searched for how to access the HTTP headers in Javascript. I found this: http://stackoverflow.com/questions/220231/accessing-http-headers-in-javascript which doesn't sound like you can. Theoretically there might be something added into GWT to facilitate it, but I couldn't find it. Pete -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
