OAUTH
✅ OAUTH Open Authoization Authentication from a trusted organization, without the user having to signup, login for your company Share account information from google, kakako ✅ OAUTH pr...
✅ OAUTH Open Authoization Authentication from a trusted organization, without the user having to signup, login for your company Share account information from google, kakako ✅ OAUTH pr...
✅ Web Server hardware: computer where web server is installed software: recieve HTTP request from client, response static page based on HTTP protocol when client request, provide sta...
✅ Static Page page written in HTML, CSS, JS when server revcieves request, send response to client ✅ Dynamic Page pages writeen in CGI, AJAX, ASP, ASP.NET, etc content of pages is diff...
✅ Main components of the broswer browser follows HTML and CSS rules based on W3C world wide web consortium Each tab runs in a seperate process(multiple instances of rendering engine) 1. U...
10x: check information 20x: communication success 30x: redirect 40x: client error 50x: server error ✔️ 20x: communication success ✔️ 30x: redirect ✔️ 40x: client error ✔️ 50x:...
✅ Attacks and Vulnerabilities
✅ Threat Actors
✅ Fundamentals of security
✅ Serialization converting the state of an object into a byte stream all PCs would have different virtual memory according to their OS so reference types cannot travel across a network,...
✅ Call by Value when method is called, memory is allocated Call by Value copys the value of variable as method parameter local value(does not change value within the method) case of...