Request Header Parser Microservice
Project Description -
This project is useful to find out the requests that have been sent in the header. It also returns information in the JSON format which is thereafter displayed on the screen. Such as the ipaddress, language the system is currently using, software the system is running on.
What Have I Learnt From This Project -
This project has helped me learn the details that are passed on to the server when one tries to submit any form or get links from websites. One can see these details by using console.log(req) once defined.
Tags -
js, node, api, backend, express, trove