Documentation can be found on : https://github.com/viktoriussuwandi/Request-Header-Parser-Microservice
This is the boilerplate to complete the Request Header Parser Microservice project. Instructions for building this project can be found at https://www.freecodecamp.org/learn/apis-and-microservices/apis-and-microservices-projects/request-header-parser-microservice
* using req.header to get user language
* using req.header to get user software
* using req.ip to get user ip
- You should provide your own project, not the example URL.
- A request to
/api/whoamishould return a JSON object with yourIP addressin the ipaddress key. - A request to
/api/whoamishould return aJSON objectwith your preferred language in thelanguagekey. - A request to
/api/whoamishould return aJSON objectwith your software in thesoftwarekey.
