'remove cookies' clarification
I'm wondering at what stage the remove cookies command is executed. For example, I have a step like this:
because I need to look at that url without being logged in to the site, so I can check whether the page will be visible to users/search engines. In debug mode, cookies still seem to be sent with the request.
[STEP2]
remove cookies=%targetdomain%
modify url=/profile/%login%
just download=1
because I need to look at that url without being logged in to the site, so I can check whether the page will be visible to users/search engines. In debug mode, cookies still seem to be sent with the request.
Comments
I've found a workaround for my needs though, so no worries.