Well, yes and no. There are lots of things to be done, actually. First, whatever is sent to the server as a "get" can be disguised. You are not locked into anything except some agreement between client and server. You can use Diffie-Hellman if you want, for example. Second, what you can do depends in great part on what your application is doing. Why don't you use some JavaScript, however, to convert your link to an html form?

At 11:45 AM 3/4/2004, you wrote:
> >>But if you're using an html hyperlink, or the Struts <html:link...>
> >>tag, you cannot pass arguments without having them appear
> in the URL.
>
> Im using <html:link> in most cases.....and there is the need
> of hiding URL parameters despite I'm using method="post" in
> my <html:form>

> any clue??

I already said it. A link is a GET request. With a GET, the parameters are
part of the request. There's no way around that.

--
Tim Slattery
[EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to