Rhed Aliganrhedaligan.hashnode.dev·Nov 27, 2024Activity 30: HTTP Status Codes | Aligan, Rhed N.What is HTTP status codes? HTTP status codes are numeric responses that have unique meaning response for the client. It’s a way for servers to let us know as a client or customer what happened after we make a request to them. In a basic analogy, th...httpstatuscodes
Prasnjit Kumar sharmaitsecurenep.hashnode.dev·Aug 18, 2024Complete list of HTTP Status CodesStatus codeMeaning 1xx Informational 100Continue 101Switching protocols 102Processing 103Early Hints 2xx Succesful 200OK 201Created 202Accepted 203Non-Authoritative Information 204No Content 205Reset Content 206Partial Content 207Mu...HTTP Status
Parma Ramparma.hashnode.dev·Jan 22, 2023Best practices for designing and implementing a RESTful APIUse HTTP methods correctly: RESTful APIs should use the standard HTTP methods (GET, POST, PUT, DELETE, etc.) to indicate the desired operation. For example, use GET for retrieving data, POST for creating new resources, PUT for updating existing resou...1 likeJavaScript
Richard Palacios G.blog.richardpalacios.dev·Nov 1, 2022Códigos de Estado HTTPEl buen diseño de una `REST API` depende mucho de conocer los principales códigos de estado `HTTP`, y el saber como/cuando usarlos; revela nuestra experiencia como desarrollador. Este post fue publicado originalmente en mi sitio personal Para ayuda...30 readshttp