The solution link is https://mks-fcc-headerparser-microservice.glitch.me.
https://mks-fcc-headerparser-microservice.glitch.me/api/whoami
{
"ipaddress":"::ffff:159.20.14.100",
"language":"en-US,en;q=0.5",
"software":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0"
}
-
You should provide your own project, not the example URL.
-
A request to
/api/whoami
should return a JSON object with your IP address in theipaddress
key. -
A request to
/api/whoami
should return a JSON object with your preferred language in thelanguage
key. -
A request to
/api/whoami
should return a JSON object with your software in thesoftware
key.