G
Guest
I can't decide what level of risk we are taking by using ASP.NET
Request.QueryString. We have a web page that will have an data "posted" to
it by partner company. The data is passed via the QueryString and taken in
by the page using Request.QueryString in the ASP.NET code behind. This page
is not going to be used by people and after the data is finished processing,
the page redirects.
The page is HTTPS. My worry is that if someone could stop the page while it
is processing, they could look at the URL to get all the data out of it. Can
anyone tell me if there is a better way to do this? i.e. another ASP.NET
code piece?
Thanks,
Kevin Rose
Request.QueryString. We have a web page that will have an data "posted" to
it by partner company. The data is passed via the QueryString and taken in
by the page using Request.QueryString in the ASP.NET code behind. This page
is not going to be used by people and after the data is finished processing,
the page redirects.
The page is HTTPS. My worry is that if someone could stop the page while it
is processing, they could look at the URL to get all the data out of it. Can
anyone tell me if there is a better way to do this? i.e. another ASP.NET
code piece?
Thanks,
Kevin Rose