Results 1 to 2 of 2

Thread: Yahoo! Counting Email As a Link

  1. #1

    Default Yahoo! Counting Email As a Link

    It is true, well kinda. If you hyperlink an email address around an <a href, then it will.

    Proof? http://www.seroundtable.com/archives/013686.html Kinda.
    Barry Schwartz, CEO of RustyBrick, Inc. & Editor of the Search Engine Roundtable.

  2. #2

    Default

    URLs of the form ht tp://foo@b ar. com are really just ht tp://b ar. com, with 'foo' as a login username. Note that it's not /possible/ to 3xx redirect this, as the browser will only send the username 'foo' if the server returns a 401 not authorized status to an anonymous request - and only after the user is then prompted for a password as well, usually.

    The general syntax is this:
    ht tp[s]://[username[:password]@]hostname[:port][/path][?query-string]

    You can also see this technique used in some phishing emails - they'll use things like ht tp://www .paypal .com[lots of spaces]@www .somehackedserver. kr/cgi-bin/owned.pl

    [spaces inserted in URLs to avoid your linkspamfilter, feel free to edit them out]

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •