This site replicates a "frontend app". You can grab cookies from cookies.ashburnett.com, and it can also set a cookie from that domain using client side JavaScript.
To set the initial consent cookie using client side JS, go to /set-consent
To get cookies.ashburnett.com to tell you what cookies it can see you have set on its server, go to /get-consent
To get cookies.ashburnett.com to determine your consent status via client side JS. It will grab using your ID cookie, then grab your consent status from its database /get-consent-from-database
To get cookies.ashburnett.com to accept all cookies via client side JS, go to /accept-all-cookies
To get cookies.ashburnett.com to reject all cookies via client side JS, go to /reject-all-cookies
To get cookies.ashburnett.com to delete cookies it holds on you via client side JS, go to /delete-cookies
To get cookies.ashburnett.com to show you its database via client side JS, go to database