Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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` |