February 15th, 2011 01:19 AM
#1
How to set httpHeader in response object
Hi All,
We have requirement to pass the user name from java application to OBIEE server for authentication.
We are trying to pass user name using below code.
response.setHeader("REMOTE_USER", userId);
response.sendRedirect(URL);
But the OBIEE which is installed in another machine is not able to get the this user name.
Is this the correct way to set the httpHeader to response object?
Regards
Shyam
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width
Bookmarks