Re: OnBeforeNavigate2() has URL but no Post Data



"CK" <CK@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:351972D4-BD64-47C7-A872-84F522370FFE@xxxxxxxxxxxxx
Thanks so much. Actually I mean 'http post command' which is sent
from javaScrip 'submitform()'. Please try the following url and just
type in some dummy email/pwd and click 'Enter'. You should see the
http post method with post data from HttpAnalyzer but not on
BeforeNavigete2() returned data. The 'header' is also missing.
Thanks again for your support.

https://secure.nordstrom.com/Signin.aspx?ReturnUrl=https%3a%2f%2fsecure.nordstrom.com%2fmyaccount%2faccountsummary.aspx%3forigin%3dtab#

When I enter dummy email and password on this page, I don't get
BeforeNavigate2 at all. As far as I can tell, the script uses
XMLHTTPRequest object to submit credentials to the server in the
background, without navigating the browser to a different URL. Such AJAX
requests do not cause BeforeNavigate2 to fire, similarly to how you
don't get BeforeNavigate2 for every image, script or CSS file referred
to by the page.
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925


.


Loading