Hello,
String url = "http://localhost:81/cgi-bin/ndCGI.exe/ProjectName/PageName" +
"?userId=xyz" +
"&passwd=pswd";
CSpHttp.reset();
CSpHttp.setAutoMode(false);
CSpHttp.setHttpStatus(302);
CSpHttp.write("Location:" + url );
CSpHttp.write("\n\n");
The above code redirects the browser to the url specified above. The URL parameters
are visible, which I donot want to be visible. How to simulate the same thing as
POST operation rather than GET ? or is there a way to send those information as
HTTP Headers?
Thanks,
S.Senthil Kumar
_________________________________________________________________________
To unsubscribe from this mailing list please send an email to:
[EMAIL PROTECTED]
Please remember to use the same email address you subscribed with.
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]