Strange behavior with SSL and __doPostBack
From: David (david.konig@utopy.com)
Date: 12/25/02
- Next message: Stephen C. Teller: "crosssite scripting testing?"
- Previous message: Sedef O.: "calling an executable from an aspx page"
- Next in thread: Rad: "Re: Strange behavior with SSL and __doPostBack"
- Reply: Rad: "Re: Strange behavior with SSL and __doPostBack"
- Reply: Peter Wu [MSFT]: "RE: Strange behavior with SSL and __doPostBack"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "David" <david.konig@utopy.com> Date: Wed, 25 Dec 2002 13:46:19 -0800
I'm running an ASP.NET web site with SSL. All the site is running under
HTTPS only (the HTTP port is blocked). Whenever I click a link button
control on the page (or any other control that calls the __doPostBack
javascript function that is generated on the page by the ASP.NET) I get a
security alert saying: "You are about to leave a secure internet
connection". Clicking yes just normally posts back. When posting back using
a normal submit button I don't get this alert (although the same post action
is performed). The normal message when you really are browsing to an
unsecured page is saying something like "You are about to be redirected to a
connection that is not secure". This is not the message I'm getting in this
case.
The only difference I could think of is that the __doPostBack call the
form.submit() function explicitly and the submit button submits the form
implicitly.
I really need to remove this Security popup because they are incorrect.
Any Ideas ?
- Next message: Stephen C. Teller: "crosssite scripting testing?"
- Previous message: Sedef O.: "calling an executable from an aspx page"
- Next in thread: Rad: "Re: Strange behavior with SSL and __doPostBack"
- Reply: Rad: "Re: Strange behavior with SSL and __doPostBack"
- Reply: Peter Wu [MSFT]: "RE: Strange behavior with SSL and __doPostBack"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]