In this article, we will understand to intercept the HTTP requests made by the browser using web extension API. What is Intercepting HTTP Request? Intercepting… Read More
Tag Archives: HTTP- response-status-codes
The HTTP or the HyperText Transfer Protocol is a protocol of the application layer. It helps in establishing communication between a web browser and a… Read More
HTTP methods provide a way to specify the desired action to be performed on the given resource. The result depends upon the implementation of the… Read More
Have you ever thought about how the front-end of an application communicates with the backend to get data or perform certain operations? It is done… Read More
What is HTTP ? HTTP stands for Hyper Text Transfer Protocol. Using this protocols, the clients communicate with server and vice versa. This concept is… Read More
The browser and the site server have a conversation in the form of HTTP status codes. The server gives responses to the browser’s request in… Read More
HTTP status codes is a conversation between your browser and the site server. The server gives responses to the browser’s request in the form of… Read More
HTTP status codes are a conversation between your browser and the site server. The server gives responses to the browser’s request in the form of… Read More
The 401 Unauthorized Error is an HTTP status code error that represented the request sent by the client to the server that lacks valid authentication… Read More
The HTTP status codes are used to indicate that any specific HTTP request has successfully completed or not. The HTTP status codes are categorized into… Read More