3,035
edits
Line 13: | Line 13: | ||
= Client Settings = | = Client Settings = | ||
Every client passes information to AUS through query string variables. This section breaks down each of these variables and explains its relation to the update service. | |||
As an example, we will use the following URL taken from Firefox 2.0.0.1 (split up to be readable): | |||
https://aus2.mozilla.org/update | |||
/2 | |||
/%PRODUCT% | |||
/%VERSION% | |||
/%BUILD_ID% | |||
/%BUILD_TARGET% | |||
/%LOCALE% | |||
/%CHANNEL% | |||
/%OS_VERSION% | |||
/update.xml | |||
A request from an actual Firefox 2.0.0.1 client on an Intel Mac would look like this: | |||
https://aus2.mozilla.org/update | |||
/2 | |||
/Firefox | |||
/2.0.0.2pre | |||
/2007012207 | |||
/Darwin_Universal-gcc3 | |||
/en-US | |||
/nightly | |||
/Darwin%208.8.1 | |||
/update.xml | |||
= Incoming URIs = | = Incoming URIs = |
edits