1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Resolved Unknown alpha-numeric strings precede Yahoo mail's u.r.l.

Discussion in 'Internet Explorer & Microsoft Edge' started by Syncopator, 2012/08/10.

  1. 2012/08/10
    Syncopator

    Syncopator Inactive Thread Starter

    Joined:
    2006/07/09
    Messages:
    185
    Likes Received:
    1
    In the blue band along the very top of IE8, the u.r.l. of the displayed page, or something obviously related to it, is usually displayed.

    Sometimes, however, when I go to my Yahoo email page, the character string in that top-most band starts with #_pg=welome&&.rand= ..... plus a lot more characters.

    In the address box beneath, a u.r.l. followed by the same strange alpha-numerical sequence appears.

    What do those characters mean and are they in any way directly related to my log-in details?
     
  2. 2012/08/14
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    Such characters usually follow the url and are what's known as GET data. The data in the string of characters can come from form input fields (such as login), a database (if already logged in) or cookies (stored data from last login, referring site, etc).

    Example: a Yahoo login url:
    Code:
    https://login.yahoo.com/config/login_verify2?.intl=us&.src=ym
    where the name of the server file is login_verify2 and the data following the question mark is passed to the next page
    international = us and .src = yahoo mail. (abbreviated)
    After submitting my login credentials, I am prompted to "upgrade to the new yahoo mail interface" (which I decline) and other data is stored in a cookie and appended to the URL to be passed to the next page:
    Code:
    http://aa.mg5.mail.yahoo.com/neo/trap?dm=bk&clmigstart=20110718&ncrumb=e90srw1Awu1&.rand=1064728309
    In short, anything following a ? is data that gets passed to the next page, the individual datums are separated by & and data that follows = are values.

    dm=bk &
    clmigstart=20110718 &
    ncrumb=e90srw1Awu1 &
    .rand=1064728309
     
    Syncopator likes this.

  3. to hide this advert.

  4. 2012/08/14
    Syncopator

    Syncopator Inactive Thread Starter

    Joined:
    2006/07/09
    Messages:
    185
    Likes Received:
    1
    Thank you Tony.

    That explains it nicely.

    Best regards.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.