Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 487 Bytes

File metadata and controls

21 lines (13 loc) · 487 Bytes

Request Header Parser Microservice (Freecodecamp Project)

User stories:

  • I can get the IP address, language and operating system for my browser.

Example Output:

	{
	"ipaddress":"0.0.0.0",
	"language":"en-US",
	"software":"Macintosh; Intel Mac OS X 10_12_6"
	}

Screenshot:

request-header-parser-ms screenshot