Showing posts in HTTP
post image

API REST, after this you will be an expert

2023-06-07 HTTP

Communications between systems through REST APIs have become very popular in recent years, leaving aside the old SOAP protocol. In this article, we will cover some concepts that you may have heard before such as REST, RESTful API, HTTP Verbs, among others....

by Darío Rivera


post image

HTTP Basics - What you need to know

2023-06-07 HTTP

HTTP (HyperText Transfer Protocol) is a protocol that allows the retrieval of resources through the web, such as HTML pages, images, videos, among others. It falls within the Client-Server protocols, which indicates that there is an exchange of messages ba...

by Darío Rivera


post image

HTTP Básico - Lo que tienes que saber

2020-06-07 HTTP

HTTP (HyperText Transfer Protocol) es un protocolo que permite la obtención de recursos a través de la web, tales como páginas HTML, imagenes, videos, entre otros. Se enmarca dentro de los protocolos Cliente-Servidor, lo cual indica que existe un interc...

by Darío Rivera


post image

API REST, después de esto serás todo un experto

2019-11-28 HTTP Laravel 6x

Las comunicaciones entre sistemas por medio de API REST se han ido popularizando rápidamente con los años dejando un poco de lado al antiguo protocolo SOAP. En este artículo, abarcaremos algunos conceptos de los cuáles tal vez hayas escuchado antes tal...

by Darío Rivera