Skip to content
Bharadwaj Machiraju edited this page Dec 5, 2013 · 1 revision

OWTF caches all requests that pass through inbound proxy. Those cached responses are returned when necessary. Inorder to be robust, caching also considers cookies. The default configuration looks like this

BLACKLIST_COOKIES: _ga,__utma,__utmb,__utmc,__utmz,__utmv
# If you have multiple values make sure you enter them seperated by commas.
WHITELIST_COOKIES: None

BLACKLIST_COOKIES : These cookies do not affect the caching of requests in owtf. (i.e tracking cookies etc..)

WHITELIST_COOKIES : If you enable these, then a change in value of atleast one of these cookies will lead to a new request being sent else cached copy will be returned.