Request Header Parser Microservice
- I can get the IP address, language and operating system for my browser.
Example usage
/api/whoami
Example output
{
"ipaddress": "193.165.98.173",
"language": "en-US",
"software": "X11; Linux x86_64"
}