I want to send Username and Password with Response.Redirect, but not put them on querystring.
I think POST-GET tech are suitable for this. Can I do that with HttpWebRequest?
And how do I read variables from the other side?
I want to send Username and Password with Response.Redirect, but not put them on querystring.
I think POST-GET tech are suitable for this. Can I do that with HttpWebRequest?
And how do I read variables from the other side?