Hey all,
I'm trying to do a redirect to a server that lies outside of my application. I cannot do a POST, cause there is no cooresponding action. String PW = "somePassword"; String UN = "someUsername"; aResponse.sendRedirect(aResponse.encodeRedirectURL(" http://someURL.com/context/controller?username=UN <http://someURL.com/context/controller?username=UN&password=PW> &password=PW")); This works, but how do i get it so that the parameters and their values don't show in the address or status bar? Note: I've also tried redirecting into a frameset which calls on this URL. But you can still extract the URL from viewing the source. Any help at all would be most generous. Thanks, Eric ************************************************************************************************** The contents of this email and any attachments are confidential. It is intended for the named recipient(s) only. If you have received this email in error please notify the system manager or the sender immediately and do not disclose the contents to any one or make copies. ** eSafe scanned this email for viruses, vandals and malicious content ** ************************************************************************************************** =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be found at: http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com