Ask a Question related to ASP, Design and Development.
-
Dan Sikorsky #1
HOWTO: Send Secure Data To Client Using SSL
I've sent private data back to the IIS by implementing the web page
reference to HTTPS, but how can secure data be sent to the client computer
over the internet using SSL?
--
Thank you,
Dan Sikorsky MSCS, BSCE, BAB
Dan Sikorsky Guest
-
HowTo Send Uploaded File with INPUT Type file to Sql Server Image Data Type
I have the following problem: I have the following form client side: <FORM.......> <FORM action="./WZUpload.asp" method="Post"... -
HowTo Send Uploaded File with INPUT Type file to Sql Server Image Data Type ?
I have the following problem: I have the following form client side: <FORM.......> <FORM action="./WZUpload.asp" method="Post"... -
whats the best way to mix secure and non secure data on a page?
i have an ecommerce site that is split across two domains, a secure space that retains cc details and the main site where contact information and... -
help: howto to make the machine secure!!
Hallo folks, I'm about to loose my nerves because the data center where my server is running is cut off the network once again because the... -
HowTo: pass data from server to client??
Hello, I want to setup a webservice. But before lauching the client webpage I'd like to fill up the clients menu with data from the server. So I... -
Ray at #2
Re: HOWTO: Send Secure Data To Client Using SSL
What do you mean? It's secure in both directions. If the user goes to
[url]https://yoursite.com/page.asp[/url], that page will be transmitted securely.
Ray at work
"Dan Sikorsky" <dsikor@gte.net> wrote in message
news:uqdrIKMlDHA.2424@TK2MSFTNGP10.phx.gbl...> I've sent private data back to the IIS by implementing the web page
> reference to HTTPS, but how can secure data be sent to the client computer
> over the internet using SSL?
>
> --
> Thank you,
>
> Dan Sikorsky MSCS, BSCE, BAB
>
>
>
Ray at Guest
-
Dan Sikorsky #3
Re: HOWTO: Send Secure Data To Client Using SSL
Are you sure? The page is sent to the browser with <input> tags on it. If a
user types in sensitive data on a form field, I agree that the data is
securely sent back to the server.
But, the direction of the secured data is from browser to server; the <input
type=text> field is passed thru SSL on the browser side and decoded on the
server side.
I'm not sure that the prepared page on the server is passed thru SSL on the
server, prior to being sent to the browser. Do you know for sure? Example:
Can a file be downloaded from a server to a browser?
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:%23u5ZJTMlDHA.2232@TK2MSFTNGP09.phx.gbl...computer> What do you mean? It's secure in both directions. If the user goes to
> [url]https://yoursite.com/page.asp[/url], that page will be transmitted securely.
>
> Ray at work
>
> "Dan Sikorsky" <dsikor@gte.net> wrote in message
> news:uqdrIKMlDHA.2424@TK2MSFTNGP10.phx.gbl...> > I've sent private data back to the IIS by implementing the web page
> > reference to HTTPS, but how can secure data be sent to the client>> > over the internet using SSL?
> >
> > --
> > Thank you,
> >
> > Dan Sikorsky MSCS, BSCE, BAB
> >
> >
> >
>
Dan Sikorsky Guest
-
Ray at #4
Re: HOWTO: Send Secure Data To Client Using SSL
No, it's in both directions. I promise. :]
Here's a link that discusses SSL.
[url]http://www.itsecurity.com/asktecs/aug3301.htm[/url]
Ray at home
"Dan Sikorsky" <dsikor@gte.net> wrote in message
news:Onhp1wXlDHA.2512@TK2MSFTNGP09.phx.gbl...a> Are you sure? The page is sent to the browser with <input> tags on it. If<input> user types in sensitive data on a form field, I agree that the data is
> securely sent back to the server.
>
> But, the direction of the secured data is from browser to server; thethe> type=text> field is passed thru SSL on the browser side and decoded on the
> server side.
>
> I'm not sure that the prepared page on the server is passed thru SSL on> server, prior to being sent to the browser. Do you know for sure? Example:
> Can a file be downloaded from a server to a browser?
>
> "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
> news:%23u5ZJTMlDHA.2232@TK2MSFTNGP09.phx.gbl...> computer> > What do you mean? It's secure in both directions. If the user goes to
> > [url]https://yoursite.com/page.asp[/url], that page will be transmitted securely.
> >
> > Ray at work
> >
> > "Dan Sikorsky" <dsikor@gte.net> wrote in message
> > news:uqdrIKMlDHA.2424@TK2MSFTNGP10.phx.gbl...> > > I've sent private data back to the IIS by implementing the web page
> > > reference to HTTPS, but how can secure data be sent to the client>> >> > > over the internet using SSL?
> > >
> > > --
> > > Thank you,
> > >
> > > Dan Sikorsky MSCS, BSCE, BAB
> > >
> > >
> > >
> >
>
Ray at Guest



Reply With Quote

