Microservice Header Parser

Microservice Header Parser.

WEBSITEhttps://req-header-parser-microservic.herokuapp.com/

STACKHTML JS NODEJS EXPRESS

Request Header Parser Microservice

Header parser application, this was my first challenge, for the backend certificate, where I started to implement the REST API concept.

When making a get request through the /api/whoami route, we get a json object like the following:

{
  "ipaddress":"::ffff:10.1.25.156",
  "language":"es-ES,es;q=0.8,en-US;q=0.5,en;q=0.3",
  "software":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:100.0) Gecko/20100101 Firefox/100.0"
}

danyelrange58@gmail.com