File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes Getting and Setting HTTP - Headers with JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Getting and Setting HTTP - Headers with JSP" Watch "Getting and Setting HTTP - Headers with JSP" New topic
Author

Getting and Setting HTTP - Headers with JSP

Heitor Bembom
Greenhorn

Joined: Jul 11, 2000
Posts: 10
Hi,
I am working on a site where when a user get to a page, for security reasons, a UNIX ACL pop-up box comes up.
I need to find a way to set the HTTP - Header with (add username and password to it) when the JSP session is created. If I can set the header with username and password, the pop-up box will not came up. Does anybody know of any JSP methods for getting and setting the HTTP - Header? Any other idea?
Thanks,
Heitor
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Getting and Setting HTTP - Headers with JSP
 
Similar Threads
Security features in Jboss
Hide password in Mozilla's Http Header plugin
How to authenticate a web application using web.xml file?Client is java standalone pr
Calling WS without having entry in User registry
Using MemoryRealm to protect JSP application.