472,142 Members | 1,052 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,142 software developers and data experts.

Redirection and POST Parameters

Hi All,

I would like to know about redirecting along with POST parameters by doing which I can prevent users capturing the parametrs.
Let me explain about my current scenario.


1. I have link "Click me" on a simple HTML at https://myserver1.com/index.html
2. On clicking the above link send_params.cgi will be triggered which will through an HTML form (POST) along with javascript to auto submit to pass the parameters to some different domain http://myserver2.com/capture.cgi.
But with this logic it is possible to view the parameters being sent through HTML form which I want to prevent.

Also I don't want to use the redirection with get method (CGI::redirect('http://myserver2.com/capture.cgi?prm1=x&prm2=y) in which again it is possible to see the passed parameters.

Is there any other way to redirect user to different domain with post parameters? Any help in this regards is really appreceated.

Thanks,
UPK.
Oct 13 '05 #1
0 5153

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

2 posts views Thread by Topspin | last post: by
7 posts views Thread by Bernd Liebermann | last post: by
2 posts views Thread by TJ Talluto | last post: by
8 posts views Thread by Manu | last post: by
13 posts views Thread by souissipro | last post: by
2 posts views Thread by fReDiNi | last post: by
4 posts views Thread by psual | last post: by
9 posts views Thread by Nick | last post: by
19 posts views Thread by fx5900 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.