Re: OnBeforeNavigate2() has URL but no Post Data



Hi,

Thanks for explaination and please help my last questions:

So OnBeforeNavigate2() did not catch XMLHTTPRequest object in script? Which
callback will be fired for this event other than OnBeforeNavigate2()?

Wish you have a great long weekend!

--
CK


"Igor Tandetnik" wrote:

CK <CK@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Thanks again. Actually if you re-try 3 times the BeforeNavigate2()
will get called and the URL is good but both header and post data is
empty.

Because it's a plain GET request, a simple navigation to a flat page.

The HttpAnalyzer shows the http post data with the dummy
email and pwd

Those are the requests done via XMLHTTPRequest, in script.

so the data did sent to server. I am curious why only
nordstrom has this issu but not all other https site like wellsfargo,
bac,etc.

Apparently those other sites don't use AJAX to verify credentials.
--
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



.



Relevant Pages

  • Re: notice and warning
    ... You expect some piece of data from a post in your script, ... So you use $_REQUEST["userid"] which works perfectly fine as long as you get the userid in via POST. ... Now you find yourself in the situation that when you call this script for any reason without the POST info, you will delete yourself if you prefer $_REQUEST over $_POST. ... Saying that using $_REQUEST 'scales better' is utter nonsense. ...
    (comp.lang.php)
  • Re: notice and warning
    ... You expect some piece of data from a post in your script, ... prefer $_REQUEST over $_POST. ... the different meanings the input should have based on how it arrives. ... that's bad design. ...
    (comp.lang.php)
  • Re: notice and warning
    ... You expect some piece of data from a post in your script, eg: userid. ... prefer $_REQUEST over $_POST. ... in this instance, it scales more 'easily'. ...
    (comp.lang.php)
  • Re: Reading remote Session ID
    ... i use a pink wand, just like your blue wand, but pink. ... Perhaps you can just make it harder for the script by ... require that the IP that makes the request for the page be the same ...
    (alt.php)
  • Re: [PHP] How does the Zend engine behave?
    ... include files compiled when the script is first compiled, ... Now suppose a second request ... PHP script to be executed. ... not actually the PHP tokenization. ...
    (php.general)