Home > Technical & Creative Skills > Programming, Servers & Scripts

Chrome 3rd Party Cookies Iframe Test (2)


02-23-2022 10:52 AM #1 kimizito (Member)
Chrome 3rd Party Cookies Iframe Test

Hello, I dont have a tech background.

What is the easiest way to test if a site allows iframe/3rd party cookies (if we place the iframe on another domain), through chrome browser?

Probably need to check site contains cookies policy: "SameSite=None; Secure", based on Google Developers Cookies Video: https://www.youtube.com/watch?v=GPz7onXjP_4

Thanks!


02-23-2022 11:04 AM #2 twinaxe (Senior Moderator)

As far as I understand you could just delete all cookies from that website, then open the website in an iframe and check if a cookie is set.


Home > Technical & Creative Skills > Programming, Servers & Scripts