Chaitanya Vaddichaitanyavaddi.com·Sep 7, 2023The HTTP Restaurant AdventureI can still recall the black-bordered head of three Mickey Mouses in the artwork created by Prem's father, my school best friend, 14 years ago. Yet ask me about the API status codes I studied just yesterday, and it's like trying to grasp smoke. It's ...Discuss·2 likes·48 readsAPIs
SAURABH TARAGIsaurabhtechblogs.hashnode.dev·Jul 21, 2023Nest JS Controller, Http Request and ResponseController controller are responsible for handling request in nest js import { Controller, Get, Header, HttpCode, HttpStatus, Req } from "@nestjs/common"; import { Request } from "express"; @Controller('/users') export class UsersController { /...Discussnestjs
Rayhan Abdullahcoder-rayhan.hashnode.dev·Jun 18, 2023HTTP Response Status CodesHTTP Status CodeUsage200OK - The request was successful and the response contains data201Created - A new resource was successfully created204No Content - The request was successful, but there is no data304Not Modified - The requested resource has not...DiscussHTTP Status
forLập Trình Viênlaptrinhvien.hashnode.dev·Jun 10, 2023Tìm hiểu về HTTP Response Status CodeChào các bạn hôm nay mình lại ngoi lên đây =)) Hôm nay mình sẽ chia sẻ các bạn về những con số thần thánh không phải 1 web developer nào cũng biết đến. Là 1 web developer thường xuyên làm việc với API, code server hoặc nhận response ở client thì chắc...Discusshttp
ILYAS RUFAIrufilboy.hashnode.dev·Apr 9, 2023Exploring the Linux HTTP Protocol for DevOpsIn the world of modern software development, DevOps is becoming increasingly popular as it enables faster and more efficient delivery of software applications. DevOps is a combination of development and operations, which is a culture and set of pract...Discuss·1 like·61 readsNetworkingnetworking
Raj Sarkarrajsarkar.hashnode.dev·Apr 6, 2023HTTP Status Codes And SEO ImpactThe lower the page load time and the faster the rendering speed, the higher an app will rank on Google. - MOZ What Are HTTP Status Codes? HTTP status codes are an important part of web development and can have a significant impact on SEO (Search Eng...Discuss·62 readshttp
Lubos Magatblog.magat.io·Apr 2, 2023HTTP status codes categoriesHTTP (Hypertext Transfer Protocol) response codes are three-digit numbers that indicate the outcome of an HTTP request. These codes are grouped into five main categories, based on their first digit: 1xx (Informational): These responses indicate that...DiscussHTTP Status
Ayush Soniayushsoni1010.hashnode.dev·Mar 25, 2023HTTP Status CodesWhat are the most common HTTP status codes? HTTP status codes are essential in understanding the response returned by a server after making an HTTP request. They provide information about the status of the request and response from the server. 🎯HTTP...Discuss·36 readshttp
Vipul Guptavipulgupta31.hashnode.dev·Feb 25, 2023How To Get Response Status Code Using Apache HTTP Client?As an automation tester, many times we reminisce about what is going on behind the scenes after the URL is passed to the web browser. What happens once the browser requests to load a website, or how does it know whether its request has been accepted ...Discuss·48 readsselenium
Adelani Adeniji-Adeleadelaniaa.hashnode.dev·Feb 3, 2023HTTP NetworkingHTTP (Hypertext Transfer Protocol) is a communication protocol used for transmitting data over the Internet. It is the foundation of data communication for the World Wide Web. HTTP defines the rules for communication between clients and servers, incl...Discuss·32 readshttp