29 Oct 2019 06:13 PM
Is there a way to get a report of 1st party cookies, particularly those not set with the secure flag? We’d like to be able to monitor for any cookies being set that are missing the secure flag.
Solved! Go to Solution.
30 Oct 2019 09:07 AM
Only way of tracking cookies is parsing headers in Dynatrace Request Attribute. But there you have rather cookie values than related flags available (I mean in Cookie header). I don't think such report is possible to make out of the box.
Sebastian
30 Oct 2019 03:18 PM
Hi Sebastian, thank you for your response.
If I understood this correctly, we can capture cookie value by creating a new request attribute but we cannot capture flags?
--Salman30 Oct 2019 03:23 PM
Flags are not present in request header that contains cookie... If I'm wrong this will be possible as well.
30 Oct 2019 03:52 PM
checking with our internal development team to confirm. thank you Sebastian. Much appreciated.