Pedagogy
Pedagogy
  • 171
  • 812 287
Third Party Cookies | First Party Cookies | Difference between same-site cookies & cross-site cookie
Hello Guys , In this video , we will be learning about third party cookies and first party cookies and how it can be set in our website . First party cookies , which is also known as same-site cookies , are cookies whose site value of its domain is different then the site value of the url which we are visiting in browser . In contrast , third party cookies , which is also known as cross-site cookies , are cookies whose site value of its domain is different then the site value of the url which we are visiting in browser .
We will also learn about how we can set third party cookies in website and how we can set first party cookies in code . we also discussed the difference between same site cookie and cross site cookie or in other terms , the difference between the first party cookies and third party cookies along with examples .
Topics covered in this video are -
- what is first party cookies
- what is third party cookies
- what is same site cookies
- what is cross site cookies
- difference between same site and cross site cookies
- difference between first party cookies and third party cookies
- examples of first party cookies
- examples of same-site cookies
- examples of third party cookies
- examples of cross-site cookies
- how to set third party cookies in website
- how to set cross site cookies in website
#crosssite #cookies #thirdparty
__________________________________________________________
🌻 Support me with 🌻:
Join : ua-cam.com/channels/CCanTbEvuAXpqnTCyjAnLg.htmljoin
Patreon : www.patreon.com/pedagogy
__________________________________________________________
👀 Connect with me on 👀 :
Telegram : t.me/vpedagogy2
Instagram : vikramsingh100998
LinkedIn : www.linkedin.com/in/vikram-singh-0b3712178/
Facebook : vikramsingh100998
Переглядів: 71

Відео

secure flag in a cookie | secure cookie against MITM attacks | working of secure flags
Переглядів 5376 місяців тому
Hello guys , this video is about understanding the core concept of secure flag in a cookie which is used to provide protection against man in the middle attack . when secure flag is set in a cookie , then a cookie will be attached in a request only what communication is happening via https protocol . I started with explaining the basics of http and https protocol . post that , I explained how M...
HttpOnly Flag In Cookies | Use Of HttpOnly | HttpOnly Against Stealing Cookies | Why HttpOnly
Переглядів 2,5 тис.9 місяців тому
Hello Guys , Hpope you are doing great . In this video , I have talked about HttpOnly flag which is used to protect agains stealing of cookies via XSS ( cross site scripting ) . I started with explaining about HttpOnly flag with some exmples in browsers . After that , I explained high level on how XSS i.e cross site scripting works with some examples . Finally , I explained the process end to e...
Expires and Max-Age Cookie Attributes | Session Cookies and Persistent Cookies
Переглядів 946Рік тому
Hello Guys , this video is about understanding the Max-Age cookie attribute and Expires cookie attribute and differences between them . Along with this , the video explains the session cookies and persistent cookies along with their differences. Topics covered in this video are - - What is Max-Age cookie attribute - What is Expires cookie attribute - difference between Expires and Max-Age cooki...
Cookie Attributes | Domain Cookie Attribute | Path Cookie Attribute | Scope of cookies | Examples
Переглядів 3,3 тис.Рік тому
Please note , even though Path and Domain cookie attribute are base criteria to check if cookie will be attach to a request or not , but on a complete level there are other attributes which decides it . We will discuss those in future videos Hello guys , in this video , we will be learning about domain and path cookie attributes that together defines the scope of a cookie i.e it helps in decidi...
Set-Cookie and Cookie Header | cookies related headers in http
Переглядів 8 тис.Рік тому
Hello guys , this video is about understanding the concept of Set-Cookie response header and Cookie request header that are used in http protocol. HTTP Set-Cookie response header is used to store information on client side by server while HTTP Cookie request header is used to send stored information to server . The video also explains how we can see cookies in browser along with some basic rule...
What is Origin , Site , same origin , cross origin , same site , cross site , schemeful same site
Переглядів 682Рік тому
Hello Guys , This video is about understanding the concepts of origin and site in details with examples . I started with explaining the meaning of origin with numerous examples followed by same site and cross site in detail . Post that , I discussed about site with many examples and then differentiated between same site and cross site with examples. At the end , I explained the meaning of schem...
Introduction to cookies in Sessions management in HTTP | How cookies work | Why we need http cookies
Переглядів 4412 роки тому
Hello Guys , this video is about understanding the basics of cookies during session management in http protocol . I started with explaining the cases when we need session management and when we don't need session management in general . After that , I discussed about what will happen in case we don't have cookies in http . Then , I elaborated the concept of cookies in detail and explained how i...
Stateful Vs Stateless protocols | Theoretical and practical differences | HTTP as stateless protocol
Переглядів 1,3 тис.2 роки тому
Hello guys , this video is about learning the differences between stateless protocols and stateful protocols. I differentiated between these protocols theoretically as well as practically. I created one sample code for ftp to elaborate stateful protocol and one for http to explain stateless protocol. I also touched the topic of requirement of having session in http . The topics covered in this ...
Response status codes | informational | successful | redirectional | client error | server error
Переглядів 7002 роки тому
Hello guys , this video is about response status codes and reason phrases which is send by server after getting the request. There are various categories of status code i.e informational , successful , redirectional , client error and server error and we discusses some of the most important status code that we generally encounter . The status code discussed in this video are 503 , 501 , 500 , 4...
HTTP Request Methods | GET | HEAD | POST | PUT | PATCH | DELETE | OPTIONS | resource and methods
Переглядів 3,3 тис.2 роки тому
Hello Guys , This video is about understanding http request methods in http protocol . I started will explaining the meaning of https request methods and how they are linked with resources defined by the path . I explained important http request methods like GET , HEAD , POST , PUT , PATCH , DELETE and OPTIONS with some examples on each. Topics covered in this video are - - HTTP Request methods...
Intercepting http Requests & Responses with Burpsuite | An Overview of HTTP request and response
Переглядів 3 тис.2 роки тому
Hello guys , this video is about understanding the process of intercepting http requests and response using burpsuite. Burpsuite is a web application testing tool that can be used to intercept requests. Along with that , I provided an overview of http requests and http response. Topics covered in this video are :- - Intercepting http requests - Intercepting http response - Overview of http requ...
View Source Port And Destination Port | lsof command for ip connections | PAT Working demo
Переглядів 1,6 тис.2 роки тому
Hello guys , This video is about having a practical demo on PAT ( port address translation ) and listing out connection with lsof command which can also be used to list source and destination port of a connection. I had mainly discussed on lsof command to list ip connection , how isource p and source port remains same during connection to a system in a private network and how ip and source ip a...
View your public IP address and private IP address | login to router | what is my ip address
Переглядів 2,2 тис.2 роки тому
Hello Guys , This video is on practical demonstration of finding private ip address and public ip address of a system . I started with explaining the setup that we generally have. After that , I discussed about ifconfig command that is used to find private ip address .Then , I logged in to router via GUI and cli to show private and public ip address of router. Topics covered in this video are :...
NAT & its types | Static NAT | Dynamic NAT | Port address translation | Network address translation
Переглядів 6 тис.2 роки тому
Hello Guys , This video is about NAT that is network address translation along with its types . I had discussed all three types of NAT in detail which are static NAT , dynamic NAT and port address translation i.e PAT with examples. Topics covered in this video are : - what is NAT and its types - static NAT - dynamic NAT - PAT - Port address translation - NAT overload - single address NAT - port...
IPv4 Addresses Vs IPv6 Addresses | Public IP Address vs Private IP Address | use of NAT
Переглядів 7552 роки тому
IPv4 Addresses Vs IPv6 Addresses | Public IP Address vs Private IP Address | use of NAT
Port Numbers and Its types | Default ports | Dynamic ports | Registered Ports | Well known ports
Переглядів 1,9 тис.2 роки тому
Port Numbers and Its types | Default ports | Dynamic ports | Registered Ports | Well known ports
Overview of IP Addresses and Port Numbers | why we need IP address | why we need of port numbers
Переглядів 1,1 тис.2 роки тому
Overview of IP Addresses and Port Numbers | why we need IP address | why we need of port numbers
Internet & World wide web | difference between internet & web | internet services | web vs internet
Переглядів 2,7 тис.2 роки тому
Internet & World wide web | difference between internet & web | internet services | web vs internet
Basic methods to debug a shell script | using shellcheck for syntax errors | PS4 Shell Variable
Переглядів 1,5 тис.2 роки тому
Basic methods to debug a shell script | using shellcheck for syntax errors | PS4 Shell Variable
Introduction to shell scripting | why to learn shell scripting | High level components
Переглядів 4,2 тис.2 роки тому
Introduction to shell scripting | why to learn shell scripting | High level components
signals and traps in shell scripting | trap command | ctrl + C on a shell script | trap handlers
Переглядів 3,6 тис.2 роки тому
signals and traps in shell scripting | trap command | ctrl C on a shell script | trap handlers
Schedule linux commands using cron | crontab command in linux | run shell script using cron
Переглядів 11 тис.2 роки тому
Schedule linux commands using cron | crontab command in linux | run shell script using cron
Shell Script to run commands on remote servers | ssh -t & -T option | ssh basic key based auth setup
Переглядів 12 тис.2 роки тому
Shell Script to run commands on remote servers | ssh -t & -T option | ssh basic key based auth setup
Internal Field Separator in shell scripting | IFS shell variable | field splitting - shell scripting
Переглядів 2 тис.2 роки тому
Internal Field Separator in shell scripting | IFS shell variable | field splitting - shell scripting
select loop in shell scripting | PS3 shell variable | creating menu in shell scripting
Переглядів 8452 роки тому
select loop in shell scripting | PS3 shell variable | creating menu in shell scripting
Shell Script to read CSV file | read command with here string in shell scripting | read command IFS
Переглядів 14 тис.2 роки тому
Shell Script to read CSV file | read command with here string in shell scripting | read command IFS
here document and here string in linux & shell scripting | multi line comments in shell scripting
Переглядів 2,3 тис.2 роки тому
here document and here string in linux & shell scripting | multi line comments in shell scripting
operations on array variables in shell scripting - Part 2 | append elements to an array | replace
Переглядів 9453 роки тому
operations on array variables in shell scripting - Part 2 | append elements to an array | replace
operations on array variables in shell scripting - Part 1 | get key names | find number of elements
Переглядів 7363 роки тому
operations on array variables in shell scripting - Part 1 | get key names | find number of elements

КОМЕНТАРІ

  • @bushranasir01
    @bushranasir01 3 дні тому

    simple and best

  • @saif_zarbout
    @saif_zarbout 11 днів тому

    bro are you still in the channel or what ?? i ask because i don't see any new videos. and a very good explination thank you.

    • @PedagogyV
      @PedagogyV 10 днів тому

      I am still there ...just due to some personal things , videos are delayed

  • @nakshatradhyani2291
    @nakshatradhyani2291 13 днів тому

    simple words and good explaination , thanks !

  • @HexterJexter
    @HexterJexter 14 днів тому

    Amazing channel!

  • @HousseinDroubi-o9i
    @HousseinDroubi-o9i 16 днів тому

    Hello, welcome to you.

  • @aravind3590
    @aravind3590 17 днів тому

    Wonderful explanation, thanks for the video.

  • @QuotableMoments431
    @QuotableMoments431 19 днів тому

    ❤❤❤❤❤

  • @abayomiopoola
    @abayomiopoola 20 днів тому

    What command did you use to save Newbies

    • @PedagogyV
      @PedagogyV 20 днів тому

      sorry , did not got you

  • @buzzz241
    @buzzz241 28 днів тому

    Thanks, I use screen capture to keep your notes handy. 😊

  • @Nuthishere
    @Nuthishere Місяць тому

    this vdo mean alot for me

  • @1BestPahad
    @1BestPahad Місяць тому

    Our application is using https protocol but still we got one issue by qualys tool that session cookie set over non-https connection.Also the cookie is showing as secure in the browser.As requiressl is true

  • @montes71able
    @montes71able Місяць тому

    Thank you very much great explanation.

  • @1989arrvind
    @1989arrvind Місяць тому

    Great 👍

  • @saikirangoud118
    @saikirangoud118 Місяць тому

    Good one

  • @Shaimaa_Khattab
    @Shaimaa_Khattab 2 місяці тому

    Very clear,,thanks

  • @RamyaRaghuram-m1d
    @RamyaRaghuram-m1d 2 місяці тому

    Thank you so much brother

  • @ashwanisharma7119
    @ashwanisharma7119 2 місяці тому

    How to read the value of from other excel tab for same parameter. Suppose hostname is a and it is present in two excel tab and we need to find the cpu value against hostname

  • @adityakhadanga708
    @adityakhadanga708 2 місяці тому

    Superb Explanation ❤❤

  • @truth-vs2ot
    @truth-vs2ot 2 місяці тому

    Very helpful. Thank you!

  • @Dominion_chikachi
    @Dominion_chikachi 3 місяці тому

    The writing is not clear 😢

  • @Techvideos-q7u
    @Techvideos-q7u 3 місяці тому

    Thank you so much for this masterpiece 🙏

  • @robertinnes1573
    @robertinnes1573 3 місяці тому

    Brilliant!

  • @urs_saimohan9553
    @urs_saimohan9553 3 місяці тому

    is a54321 is string or what? if it is a string it will store in 6 bytes for both text file and binary file .

  • @abhishekakgl4328
    @abhishekakgl4328 3 місяці тому

    Nice explanation 😊

  • @karanneelkanth8318
    @karanneelkanth8318 3 місяці тому

    bhai iska path kese kya put kare ?

  • @sonukumar-nx8tt
    @sonukumar-nx8tt 3 місяці тому

    Thanks for sharing

  • @higiniofuentes2551
    @higiniofuentes2551 4 місяці тому

    Thank you for this very useful video!

  • @atharzinnur5089
    @atharzinnur5089 4 місяці тому

    it is saved but how to see it in tree in promt only , please explain

  • @sto2779
    @sto2779 4 місяці тому

    Thanks.

  • @nishakr4621
    @nishakr4621 4 місяці тому

    Thank you so much for the great explanation, it really helped me.

  • @hemantlakkewar4875
    @hemantlakkewar4875 4 місяці тому

    Thanks but can you please share one more video for Windows IIS web server how to protect secure flag cookie step by step. It will be great help if you do

  • @rohanrajaggarwal5545
    @rohanrajaggarwal5545 4 місяці тому

    you need to work on communication skill, informative video no doubt but the way u talk gave me a headache.

    • @PedagogyV
      @PedagogyV 4 місяці тому

      😂😂

    • @marlanivanovich1828
      @marlanivanovich1828 3 місяці тому

      @@PedagogyV Unfortunately, I agree with him. And I don't want to be rude at all - great work! But may I suggest a bit of constructive critique? Less of "okay": hearing it every 4-8 seconds is really annoying and distracting and doesn't help in digesting the info. Thanks for the video!

    • @PedagogyV
      @PedagogyV 3 місяці тому

      @@marlanivanovich1828 Thanks for the feedback , all feedbacks are taken positively. In later videos , you will not see this in common . As we move forward , the quality and speech keeps on improving . still learning 😃

  • @ebenezerolusanya7098
    @ebenezerolusanya7098 4 місяці тому

    slow down...too fast for beginners to catch up

  • @lalit7562
    @lalit7562 4 місяці тому

    nice explanation sir

  • @ironmonkey1990
    @ironmonkey1990 5 місяців тому

    Thank you!

  • @abhishekjohri498
    @abhishekjohri498 5 місяців тому

    Hey, good content

  • @ankitsaxena1433
    @ankitsaxena1433 5 місяців тому

    Excellent explanation!! Thanks

  • @abhishekjohri498
    @abhishekjohri498 5 місяців тому

    dude, you are creating a content and not even using a mic, you could have made this audible.Is it a formality being done?

  • @EuropezonUruguayo1
    @EuropezonUruguayo1 5 місяців тому

    Whenever I need help with computer programming or anything related to computers in general I find a video from one of my Indian bros helping me. Thanks man.

  • @pawandhimanexpertwebworld
    @pawandhimanexpertwebworld 5 місяців тому

    systemctl status NetworkManager.service NetworkManager.service - Network Manager Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled; ven> Active: failed how to solve

  • @venkatvenkatesh2323
    @venkatvenkatesh2323 6 місяців тому

    From Tamil nadu bro

  • @siramiro
    @siramiro 6 місяців тому

    i watch a lot of videos on youtube. but you are the best. keep going forward man :)

  • @user-wg9iy2nk3t
    @user-wg9iy2nk3t 6 місяців тому

    tysm sir

  • @oshadhaedirisinghe1455
    @oshadhaedirisinghe1455 6 місяців тому

    Thank you

  • @kidus_1001
    @kidus_1001 6 місяців тому

    Thankyouuuuuuuuuuuuu

  • @Parijat-cb8ze
    @Parijat-cb8ze 7 місяців тому

    bro, You should improve your sound quality. and also there is no proper subtitle. so it needs a good-quality sound.

    • @PedagogyV
      @PedagogyV 7 місяців тому

      yes, its good in future videos

  • @syamsinar6954
    @syamsinar6954 7 місяців тому

    Best ❤

  • @vikramnayak8093
    @vikramnayak8093 7 місяців тому

    64 bit = 8 bytes

  • @wonderfulworld2475
    @wonderfulworld2475 7 місяців тому

    Profs in Intro Course be like: you guys clearly already know the difference right? alright, moving on.

    • @PedagogyV
      @PedagogyV 7 місяців тому

      sorry , I do not understood 😅

  • @YassirRabieea
    @YassirRabieea 7 місяців тому

    Very helpful.. thank you 🌹