Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clayrisser/cross-domain-cookies
Set cookies on other domains
https://github.com/clayrisser/cross-domain-cookies
cookies cross-domain go golang
Last synced: 3 months ago
JSON representation
Set cookies on other domains
- Host: GitHub
- URL: https://github.com/clayrisser/cross-domain-cookies
- Owner: clayrisser
- Created: 2017-06-02T08:31:49.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T07:03:52.000Z (over 1 year ago)
- Last Synced: 2024-10-04T19:25:37.795Z (4 months ago)
- Topics: cookies, cross-domain, go, golang
- Language: Go
- Size: 757 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cross-domain-cookies
Set cookies on other domains
![](assets/cross-domain-cookies.png)
## Usage
```html
```| Query Params | Default Value |
| ------------ | -------------- |
| name | `""` |
| value | `""` |
| domain | Current domain |
| httpOnly | `true` |
| expires | Session |
| path | `"/"` |
| secure | `true` |