This repository was archived by the owner on Nov 1, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -482,9 +482,19 @@ $ curl -iH 'User-Agent: ' {{ site.data.variables.product.api_url_pre }}/meta
482482Most responses return an ` ETag ` header. Many responses also return a ` Last-Modified ` header. You can use the values
483483of these headers to make subsequent requests to those resources using the
484484` If-None-Match ` and ` If-Modified-Since ` headers, respectively. If the resource
485- has not changed, the server will return a ` 304 Not Modified ` . Also note: making
486- a conditional request and receiving a 304 response does not count against your
487- [ Rate Limit] ( #rate-limiting ) , so we encourage you to use it whenever possible.
485+ has not changed, the server will return a ` 304 Not Modified ` .
486+
487+ {% if page.version == 'dotcom' %}
488+
489+ {{#tip}}
490+
491+ ** Note** : Making a conditional request and receiving a 304 response does not
492+ count against your [ Rate Limit] ( #rate-limiting ) , so we encourage you to use it
493+ whenever possible.
494+
495+ {{/tip}}
496+
497+ {% endif %}
488498
489499``` command-line
490500$ curl -i {{ site.data.variables.product.api_url_pre }}/user
You can’t perform that action at this time.
0 commit comments