Code
curl::handle_cookies(handle)
Output
domain flag path secure expiration name value
1 127.0.0.1 FALSE / FALSE Inf foo bar
Code
curl::handle_cookies(handle)
Output
domain flag path secure expiration name value
1 127.0.0.1 FALSE / FALSE Inf foo bar
2 127.0.0.1 FALSE / FALSE Inf bar baz
Code
curl::handle_cookies(handle)
Output
domain flag path secure expiration name value
1 127.0.0.1 FALSE / FALSE Inf bar baz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.