further improve default connections FAQ
This commit is contained in:
parent
2a6f6585f7
commit
98d526da19
@ -489,11 +489,11 @@
|
|||||||
|
|
||||||
<p>The connectivity checks are done by performing an empty GET request to a
|
<p>The connectivity checks are done by performing an empty GET request to a
|
||||||
server returning an empty response with a 204 No Content response code. The
|
server returning an empty response with a 204 No Content response code. The
|
||||||
request uses a standard, frozen value for the user agent and doesn't send any
|
request uses a standard, frozen value for the user agent matching the same
|
||||||
query/data to the server.</p>
|
value used by billions of other Android devices:</p>
|
||||||
|
|
||||||
|
<pre>Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.32 Safari/537.36</pre>
|
||||||
|
|
||||||
<p>Standard frozen AOSP user agent for the GET request:</p>
|
|
||||||
<p>Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.32 Safari/537.36</p>
|
|
||||||
<p>No query / data is sent to the servers and the response is unused beyond
|
<p>No query / data is sent to the servers and the response is unused beyond
|
||||||
checking the response code.</p>
|
checking the response code.</p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user