Feb 7 · 3 min read · What is HTTP HTTP is an application layer protocol which is used to communicate between the client and the server. It is Stateless by default, which means neither the Client nor the Server remembers their state after the communication has happened be...
Join discussion
Jan 24 · 3 min read · 📝 Blog App Scenario (Simple Mental Model) Imagine: Blog App = Restaurant Frontend (React/Next) = Customer Backend (API) = Kitchen Database = Store room You request things like: Get blogs Create a blog Edit a blog Delete a blog Now let’s ...
Join discussion
Jan 10 · 2 min read · Today I learned about HTTP and HTTPS in detail and how web communication works between a client and a server. I started with understanding what HTTP and HTTPS are. HTTP is the protocol used to transfer data on the web, while HTTPS is the secure versi...
Join discussion
Aug 31, 2025 · 4 min read · When you browse the internet, whether you're shopping online, reading a blog, or logging into social media, your browser and the server communicate constantly. This communication happens through HTTP or HTTPS. To understand how the web works securely...
Join discussion
Jul 5, 2025 · 10 min read · HTTP response status codes indicate whether a specific HTTP request has been successfully completed. Responses are grouped in five classes: Informational responses (100 – 199) Successful responses (200 – 299) Redirection messages (300 – 399) Clie...
Join discussion
May 18, 2025 · 2 min read · 🔵Informational (1xx)—Communicates transfer protocol-level information. 100 - CONTINUE101 - SWITCHING PROTOCOLS102 - PROCESSING103 - EARLY HINTS104 - UPLOAD RESUMPTION SUPPORTED105-199 - UNASSIGNED 🟢Success (2xx)—Indicates that the client’s request ...
Join discussion
Jan 22, 2025 · 6 min read · HTTP vs HTTPS: UnderStanding Secure Communication. HTTP stands for Hypertext Transfer Protocol, a standard protocol for transferring data on the internet, while HTTPS (Hypertext Transfer Protocol Secure) is essentially the same protocol but with an a...
Join discussion
Jan 17, 2025 · 5 min read · Introduction Imagine you’re sending a postcard versus a sealed envelope. A postcard can be read by anyone handling it, while a sealed envelope ensures privacy. This analogy perfectly represents the difference between HTTP (HyperText Transfer Protocol...
Join discussion
Jan 6, 2025 · 2 min read · When performing QA (Quality Assurance) testing for HTTPS status codes, the goal is to verify that the application behaves as expected and returns the correct HTTP status codes for various scenarios. Following are the most common HTTP Status Codes tha...
Join discussion