-
Sending data over a Redirect using post method(not get)
I have been looking for a way to do this. Upon verification of a form i would
like to redirect the browser to the next page and also send the the data
from the original form. Due to security reasons I cannot simply use a get
method to include the form data in the url. I am looking for a way(such
as a Response method maybe) which will allow me to send the data to the next
page without using url encoding or session variables. Does anybody have
any ideas on if this is possible or how to do it? Thanks alot for the help!
-
Re: Sending data over a Redirect using post method(not get)
I had a similar problem. I solved it by placing a form on the verification
page with the values assigned via ASP. I then created a client-side
javascript for the onload event on that page, that does the submit for the
form (document.form.submit()). A little clunky, but it works.
If there is a way to do this via ASP, I'd love to know.
"jeremy" <eBathory@hotmail.com> wrote in message
news:39de1e78$1@news.devx.com...
>
> I have been looking for a way to do this. Upon verification of a form i
would
> like to redirect the browser to the next page and also send the the data
> from the original form. Due to security reasons I cannot simply use a get
> method to include the form data in the url. I am looking for a way(such
> as a Response method maybe) which will allow me to send the data to the
next
> page without using url encoding or session variables. Does anybody have
> any ideas on if this is possible or how to do it? Thanks alot for the
help!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|