This is BY FAR the best content on the subject I've seen on the internet.
@alekseev743 жыл бұрын
This is the best explanation of topic on KZbin.
@abeinvarghese80632 жыл бұрын
Bro.. This was very much informative. Helped me a lot to understand SameSite cookie. Please do more videos on web development and web security
@artemkarnaukh Жыл бұрын
Very well explained and demonstrated. I also liked a chill music in the background.
@shiyou214014 жыл бұрын
Thank you for this easy to understand explanation with intuitive examples. Subscribed!
@sukhrajsingh96134 жыл бұрын
Great !! Thanks Man, I was thinking of creating this POC from scratch for understanding the concepts.Your video saved my time ;)
@GabrielLogan172 ай бұрын
This issue where one site requests another site's cookie is ok. But what about when I need to send the cookie from a backend to the frontend?
@468hitman Жыл бұрын
best video with practical examples
@AFoulOdor7 ай бұрын
Very good subject content, thanks for your effort.
@thearduousalchemist2804 Жыл бұрын
Thanks for the simple and clear explanation.
@deusexpersona954 жыл бұрын
Extremely well made video. Hope your channel grows
@vimalsuku94523 жыл бұрын
Chrome flags donte have option to disable same site cookies .. hv any alternate option to disable same site cookies
@fooked14 жыл бұрын
Best explanation so far!
@rahimlizakir Жыл бұрын
Very helpful, thank you!
@flying-musk4 жыл бұрын
Unset is lax( becuz default is lax) Why with we got unset cookie too?
@ExploreTechFaith4 жыл бұрын
some great explanation after 2-3 months search. Another project is using my API's(Post) inside iFrame, now, they are getting CSRF issues. Is there any way to use Strict or Lax when allowing them? or only none is an option?
@merrickwebdev70654 жыл бұрын
Hey, in your case, your best bet will probably be to set it to samesite:none and secure, and then use a csrf token
@ExploreTechFaith4 жыл бұрын
Merrick WebDev Thankyou for your reply but I am using spring mvc 4.0 with spring security (xml configurations) and I am not getting any options to set “samesite”. I tried in web.xml, spring.xml configurations even server.xml (tomcat 9) but it’s not reflecting.
@xNReaperx4 жыл бұрын
Underrated video!
@drcod3r3294 жыл бұрын
Thank you for the info 😊👍☺️
@Sam-rp4hy4 жыл бұрын
Great work, dude!
@ankgto4 жыл бұрын
Hey, thank you very much for explaining that topic. But have a little confusion 0:59 you depict domain (web-server) as laptop, and animation shows that it sends cookie to browser multiple times, but in reality cookie sends once from web-server to client(browser) and then client send it to server(website) UPD: when writing that comment realise that all is vice versa)) so its confusing what is server what client =)
@ryanaiden4 жыл бұрын
Couldn’t you manually copy and send the cookies? Even if you had to use Puppetteer or something. I don’t know. Otherwise this video is really great!