Inline linking

Inline linking

Inline linking (also known as hotlinking, leeching, piggy-backing, direct linking, offsite image grabs) is the use of a linked object, often an image, from one site by a web page belonging to a second site. The second site is said to have an inline link to the site where the object is located.

Contents

Inline linking and HTTP

The technology behind the World Wide Web, the Hypertext Transfer Protocol (HTTP), does not make any distinction of types of links—all links are functionally equal. Resources may be located on any server at any location.

When a web site is visited, the browser first downloads the textual content in the form of an HTML document. The downloaded HTML document may call for other HTML files, images, scripts and/or stylesheet files to be processed. These files may contain <img> tags which supply the URLs which allow images to display on the page. The HTML code generally does not specify a server, meaning that the web browser should use the same server as the parent code (<img src="picture.jpg" />). It also permits absolute URLs that refer to images hosted on other servers (<img src="http://www.example.com/picture.jpg" />).

When a browser downloads an HTML page containing such an image, the browser will contact the remote server to request the image content.

Common uses of linked content

The ability to display content from one site within another is part of the original design of the Web's hypertext medium. Common uses include:

  • Web architects may deliberately segregate the images of a site on one server or a group of servers. Hosting images on separate servers allows the site to divide the bandwidth requirements between servers. As an example, the high-volume site Slashdot stores its "front page" at slashdot.org; individual stories on servers such as games.slashdot.org or it.slashdot.org; and serves images for each host from images.slashdot.org.
  • An article on one site may refer to copyrighted images or content on another site, avoiding rights and ownership issues that copying the original files might raise, although this practice is generally not accepted.
  • Many web pages include banner ads. Banner ads are images hosted by a company that acts as middleman between the advertisers and the web sites on which the ads appear. The <img> tag may specify a URL to a CGI script on the ad server, including a string uniquely identifying the site producing the traffic, and possibly other information about the person viewing the ad, previously collected and associated with a cookie. The CGI script determines which image to send in response to the request.
  • Some websites hotlink from a faster server to increase client loading speed.
  • Hit counters or Web counters show how many times a page has been loaded. Several companies provide hit counters that are maintained off site and displayed with an inline link.

Controversial uses of inline linking

The blurring of boundaries between sites can lead to other problems when the site violates users' expectations. Other times, inline linking can be done for malicious purposes.

  • Content sites where the object is stored and from which it is retrieved may not like the new placement.
  • Inline linking to an image stored on another site increases the bandwidth use of that site even though the site is not being viewed as intended. The complaint may be the loss of ad revenue or changing the perceived meaning through an unapproved context.
  • Cross-site scripting and phishing attacks may include inline links to a legitimate site to gain the confidence of a victim.
  • Pay-per-content services may attempt to restrict access to their content through complex scripting and inline linking techniques.
  • Inline objects can be used to perform drive-by attacks on the client, exploiting faults in the code that interprets the objects. When an object is stored on an external server, the referring site, for example Wikipedia, has no control over if and when an originally beneficial object's content is replaced by malicious content.
  • The requests for inline objects usually contain the referrer information. This leaks information about the browsed pages to the servers hosting the objects (see web visitor tracking).

Prevention

Client side

Most web browsers will blindly follow the URL for inline links, even though it is a frequent security complaint.[1] Embedded images may be used as a web bug to track users or to relay information to a third party. Many ad filtering browser tools will restrict this behavior to varying degrees.

Server side

Some servers are programmed to use the HTTP referrer to detect hot-linking and return a condemnatory message, commonly in the same format, in place of the expected image or media clip. Most servers can be configured to partially protect hosted media from inline linking, usually by not serving the media or by serving a different file.[2][3][4]

For Apache's httpd, the mod_rewrite module is often used to reject or redirect attempted hotlinks to images and media.

For Microsoft's Internet Information Services web server software, third party tools may be installed to combat inline linking and hotlinking.

Nearly all of these measures will transmit an alternate content. Most types of electronic media can be redirected this way, including video files, music files, and animations (such as Flash).

Other solutions usually combine the standard mod_rewrite module with some custom complex server side scripting (i.e. to allow hotlinking for a limited amount of time).

Copyright law issues that inline linking raises

The most significant legal fact about inline linking, relative to copyright law considerations, is that the inline linker does not place a copy of the image file on its own Internet server. Rather, the inline linker places a pointer on its Internet server that points to the server on which the proprietor of the image has placed the image file. This pointer causes a user's browser to jump to the proprietor's server and fetch the image file to the user's computer. US courts have considered this a decisive fact in copyright analysis. Thus, in Perfect 10, Inc. v. Amazon.com, Inc.,[5] the United States Court of Appeals for the Ninth Circuit explained why inline linking did not violate US copyright law:

Google does not...display a copy of full-size infringing photographic images for purposes of the Copyright Act when Google frames in-line linked images that appear on a user’s computer screen. Because Google’s computers do not store the photographic images, Google does not have a copy of the images for purposes of the Copyright Act. In other words, Google does not have any “material objects...in which a work is fixed...and from which the work can be perceived, reproduced, or otherwise communicated” and thus cannot communicate a copy. Instead of communicating a copy of the image, Google provides HTML instructions that direct a user’s browser to a website publisher’s computer that stores the full-size photographic image. Providing these HTML instructions is not equivalent to showing a copy. First, the HTML instructions are lines of text, not a photographic image. Second, HTML instructions do not themselves cause infringing images to appear on the user’s computer screen. The HTML merely gives the address of the image to the user’s browser. The browser then interacts with the computer that stores the infringing image. It is this interaction that causes an infringing image to appear on the user’s computer screen. Google may facilitate the user’s access to infringing images. However, such assistance raised only contributory liability issues and does not constitute direct infringement of the copyright owner’s display rights. ...While in-line linking and framing may cause some computer users to believe they are viewing a single Google webpage, the Copyright Act...does not protect a copyright holder against [such] acts....

See also

References

  1. ^ "Vista Security Oversold". theregister.co.uk. 2007-02-20. http://www.theregister.co.uk/2007/02/20/vista_security_oversold/. Retrieved 2007-11-16. 
  2. ^ "Bandwidth Theft". yourhtmlsource.com. 2007-02-26. http://www.yourhtmlsource.com/sitemanagement/bandwidththeft.html. Retrieved 2007-11-16. "Some webmasters will try to directly link to your images from their pages. Luckily, a simple configuration change provides the necessary fix." 
  3. ^ "How I Stopped a Bandwidth Thief". swollenpickles.com. 2007-09-07. http://www.swollenpickles.com/2007/09/07/how-i-stopped-a-bandwidth-thief/. Retrieved 2007-11-16. 
  4. ^ "Smarter Image Hotlinking Prevention". alistapart.com. 2004-07-13. http://www.alistapart.com/articles/hotlinking/. Retrieved 2007-11-16. 
  5. ^ 487 F.3d 701 (9th Cir. 2007).

Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать реферат

Look at other dictionaries:

  • Deep linking — On the World Wide Web, deep linking is making a hyperlink that points to a specific page or image on a website, instead of that website s main or home page. Such links are called deep links. Contents 1 Example 2 Deep linking and HTTP 3 Usage …   Wikipedia

  • Methods of website linking — Overlinking redirects here. For the preferred style on Wikipedia, see Wikipedia:OVERLINK. This article pertains to methods of hyperlinking to/of different websites, often used in regard to search engine optimization (SEO). Many techniques and… …   Wikipedia

  • Wikipedia:Manual of Style/Linking — For technical information about link formatting, see Help:Link. For information on adding external links to articles, see Wikipedia:External links. Wikilinks redirects here. For the IRC script, see WP:Scripts/Wikilinks. This guideline is a part… …   Wikipedia

  • Copyright aspects of hyperlinking and framing — Part of a series on the Legal aspects of computing Major topics File sharing Legal aspects of hyperlinking and framing Lesser or historical topics Spamming …   Wikipedia

  • Kelly v. Arriba Soft Corporation — (280 F.3d 934 (CA9 2002) withdrawn , re filed at 336 F.3d 811(CA9 2003)) is a U.S. court case between a commercial photographer and a search engine company. During the case ownership of Arriba Soft changed to Sorceron, the operator of the… …   Wikipedia

  • Внешнее связывание — (Глубинное связывание)  в интернете, это помещение на сайт гиперссылки, которая указывает на страницу, находящуюся на другом веб сайте, вместо того, чтобы указать на начальную (домашнюю, стартовую) страницу того сайта. Такие ссылки… …   Википедия

  • Intellectual Reserve v. Utah Lighthouse Ministry — Infobox Court Case name = Intellectual Reserve v. Utah Lighthouse Ministry court = United States District Court for the District of Utah, Central Division date decided = November 30, 2000 [http://www.utlm.org/underthecoveroflight… …   Wikipedia

  • Fair use — is a doctrine in United States copyright law that allows limited use of copyrighted material without requiring permission from the rights holders, such as use for scholarship or review. It provides for the legal, non licensed citation or… …   Wikipedia

  • Framing (World Wide Web) — HTML HTML and HTML5 Dynamic HTML XHTML XHTML Mobile Profile and C HTML Canvas element Character encodings Document Object Model Font family HTML editor HTML element HTML Frames HTML5 video …   Wikipedia

  • Dollz — An early prep style doll Dollz, cartoon dolls or pixel dolls are small pixelated digital images, generally consisting of illustrations of people and their accessories. Dollz, under their various designations, are considered to be an internet art… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”