# headerparser-ms **Repository Path**: imere/headerparser-ms ## Basic Information - **Project Name**: headerparser-ms - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-03 - **Last Updated**: 2022-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Request Header Parser Microservice > User story: > After the user adds /api/whoami after the url, it returns the user's IP address, language, operating system. ## Example usage: [https://im-headerparser-ms.glitch.me/api/whoami/](https://im-headerparser-ms.glitch.me/api/whoami) ## Example output: {"ipaddress":"106.8.100.1","language":"en-US","software":"Windows NT 10.0; Win64; x64"}