Skip to content

Commit be5801c

Browse files
authored
Escape broken links for contoso.com (#2420)
* Update httpcookie_domain.md * Update httpcookie_httpcookie_1001825332.md * Update httpcookie_domain.md * Update httpcookie_httpcookie_1001825332.md
1 parent d31c130 commit be5801c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

windows.web.http/httpcookie_domain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ The domain for which the [HttpCookie](httpcookie.md) is valid.
1818
## -remarks
1919
The Domain property specifies those hosts to which the cookie will be sent.
2020

21-
A cookie with a Domain property of *.contoso.com* will be sent to the *contoso.com* domain and all subdomains (*www.contoso.com* and *info.contoso.com*, for example).
21+
A cookie with a Domain property of `.contoso.com` will be sent to the `contoso.com` domain and all subdomains (`www.contoso.com` and `info.contoso.com`, for example).
2222

23-
A cookie with a Domain property of *info.contoso.com* will not be sent to *contoso.com* or *www.contoso.com*, but will be sent to *info.contoso.com* and all subdomains (*uk.info.contoso.com* and *us.info.contoso.com*, for example).
23+
A cookie with a Domain property of `info.contoso.com` will not be sent to `contoso.com` or `www.contoso.com`, but will be sent to `info.contoso.com` and all subdomains (`uk.info.contoso.com` and `us.info.contoso.com`, for example).
2424

2525
The default value for the Domain property is the host name that this cookie was received from.
2626

windows.web.http/httpcookie_httpcookie_1001825332.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ The following characters are used as separators and can't be used in the *name*
5151
+ tab ('\t")
5252

5353

54-
The *domain * parameter specifies those hosts to which the [HttpCookie](httpcookie.md) will be sent. A cookie with a *domain * parameter of *.contoso.com* will be sent to the *contoso.com* domain and all subdomains (*www.contoso.com* and *info.contoso.com*, for example).
54+
The *domain * parameter specifies those hosts to which the [HttpCookie](httpcookie.md) will be sent. A cookie with a *domain * parameter of `.contoso.com` will be sent to the `contoso.com` domain and all subdomains (`www.contoso.com` and `info.contoso.com`, for example).
5555

56-
A cookie with a *domain * parameter of *info.contoso.com* will not be sent to *contoso.com* or *www.contoso.com*, but will be sent to *info.contoso.com* and all subdomains (*uk.info.contoso.com* and *us.info.contoso.com*, for example).
56+
A cookie with a *domain * parameter of `info.contoso.com` will not be sent to `contoso.com` or `www.contoso.com`, but will be sent to `info.contoso.com` and all subdomains (`uk.info.contoso.com` and `us.info.contoso.com`, for example).
5757

5858
If the *domain* parameter is not specified, then the [HttpCookie](httpcookie.md) will be sent only to the host and subdomains of the host that this cookie was received from.
5959

0 commit comments

Comments
 (0)