---
title: commentURL
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/httpcookie/commenturl
---

# commentURL

The cookie’s comment URL.

## Declaration

```swift
var commentURL: URL? { get }
```

## Discussion

Discussion This value is nil if the cookie has no comment URL. This value specifies a URL that can be presented to the user as a link for further information about this cookie.

## See Also

### Getting user-readable cookie metadata

- [comment](foundation/httpcookie/comment.md)
