Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 726 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 726 Bytes

request_header_parser

Deployed example here.

What it does

Returns the IP address, default language, and OS details of a user based on their request header.

Data is returned in a JavaScript object.

Output example

If you navigate to: https://parseheaderdetails.joshamore.com/me You will receive something like: {"ipaddress":"x.x.x.x","language":"en-AU","software":"Macintosh; Intel Mac OS X 10_12_6"}

Built with

Backend

Frontend


This is a project from the FreeCodeCamp backend curriculum.