Re-write of <form action=https
From: Justin (reply@toGroup.com.au)
Date: 06/23/02
- Next message: Pedro Dias: "Modifying security checks"
- Previous message: Peter Bromberg: "Re: Encrypt QueryString"
- Next in thread: Kevin T. Price: "Re: Re-write of <form action=https"
- Reply: Kevin T. Price: "Re: Re-write of <form action=https"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Justin" <reply@toGroup.com.au> Date: Sun, 23 Jun 2002 17:41:23 +1000
In the login page, how do we tell asp.net to use https in the url when we
login, to ensure that the contents are submitted through SSL? See:
<form runat=server>
<input type=text name=username runat=server>
<input type=password name=password runat=server>
...
</form>
In my confused post before, I thought you might have to use classic asp.
There are some things you can't do with asp.net html server controls I
think, like when you want to submit to a different page. For SSL, maybe you
just use <form action="https://www.mysite.com/login.aspx"> ...
Tks
J
- Next message: Pedro Dias: "Modifying security checks"
- Previous message: Peter Bromberg: "Re: Encrypt QueryString"
- Next in thread: Kevin T. Price: "Re: Re-write of <form action=https"
- Reply: Kevin T. Price: "Re: Re-write of <form action=https"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|