How do I verify if everything is working correctly?
Go to “Settings” > “Consent Features” and enable Debug Mode. Now when a page view or consent is recorded, the banner will log the details in the browser console. To ensure that the cookies are blocked and added when the consent is recorded, you can use the developer console of your browser. First, load your website after clearing all the current cookies on the browser or checking from a private browser window. After the site has been loaded, check the “Storage” tab in the browser console if any cookies have been set.Why aren’t CookieChimp cookies marked as HttpOnly?
HttpOnly cookies can only be used in server-side communication.
Since the CookieChimp script is client-side code, in order for it to read these cookies, these cookies cannot be marked as HttpOnly.