I need to integrate some third party tracking code that requires a cookie to be created on the server. For example, when someone visits myfakesiteurl.com?secret=foo I need to create a cookie on the server with that “foo” value. Due to Apple’s ITP changes this is becoming a more common requirement for tracking and analytics solutions.
The site I’m working with is hosted using Webflow integrated hosting. Is there any way to handle server-side cookies for a site hosted w/Webflow directly?