Network.http.proxy.version: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
 
m (→‎Background: HTTP link)
 
Line 2: Line 2:


==Background==
==Background==
[[HTTP]] is the application-layer protocol that most web pages are transferred with. This preference controls which version of HTTP to use if a proxy server is configured.
[http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol HTTP] is the application-layer protocol that most web pages are transferred with. This preference controls which version of HTTP to use if a proxy server is configured.


==Possible values and their effects==
==Possible values and their effects==

Latest revision as of 12:38, 9 May 2007

Background

HTTP is the application-layer protocol that most web pages are transferred with. This preference controls which version of HTTP to use if a proxy server is configured.

Possible values and their effects

1.0

Use HTTP 1.0.

1.1

Use HTTP 1.1. (Default)

Caveats

  • This preference only has an effect if you are using a proxy. If you are not using a proxy, see network.http.version.

Recommended settings

This preference should usually be left at the default of 1.1. Some proxy servers require that 1.0 be used.

First checked in

2001-05-11 by Darin Fisher

Has an effect in

  • Netscape (all versions since 6.1)
  • Mozilla Suite (all versions since 0.9)
  • Mozilla Phoenix (all versions)
  • Mozilla Firebird (all versions)
  • Mozilla Firefox (all versions)
  • SeaMonkey (all versions)
  • Camino (all versions)
  • Minimo (all versions)

Related bugs

Related preferences

External links