Is there a way to change the FORM METHOD="get" to FORM METHOD="post" when bring up the page:
http://<appliancename>.stsci.edu/texis/search/
We are trying to not expose the query string submitted to the appliance so that the profile name is not exposed and subsequently changed.
We have changed the "get"s to post"s" in the XSL, so after the first result page is returned the variables are hidden, but don't have access to the starting search page.
http://<appliancename>.stsci.edu/texis/search/
We are trying to not expose the query string submitted to the appliance so that the profile name is not exposed and subsequently changed.
We have changed the "get"s to post"s" in the XSL, so after the first result page is returned the variables are hidden, but don't have access to the starting search page.