Is is possible to submit to a CGI from ASP without using form fields and the browser.
EG. by manually creating HTTP headers
I need this so that i can write a script that sends users their login password via email. Therefore I cant write the password to a hidden field on the browser, as this poses a security risk.
Thanks,
Will
EG. by manually creating HTTP headers
I need this so that i can write a script that sends users their login password via email. Therefore I cant write the password to a hidden field on the browser, as this poses a security risk.
Thanks,
Will