When testing our solution, you can’t use localhost because it isn’t unique – it’s just a general address that always points to your computer. The system wouldn’t be able to distinguish between different solutions or setups. Instead, our solution needs a unique hostname (like mywebsite.com) or IP address (a number identifying your device on a network).
Learn if you can use localhost to test Cookie Information solution.
Updated over a year ago