https://github.com/dfirebaugh/headerparser-api
https://github.com/dfirebaugh/headerparser-api
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dfirebaugh/headerparser-api
- Owner: dfirebaugh
- Created: 2016-12-21T17:20:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T03:16:12.000Z (over 8 years ago)
- Last Synced: 2024-12-27T19:30:01.979Z (over 1 year ago)
- Language: JavaScript
- Size: 521 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Header Parser API
This is an api that parses the browsers header and returns specific information.
Example Return JSON:
`{"ipaddress":"127.0.0.1","language":"en-US","software":"X11; Linux x86_64; rv:57.0"}`
You can see a live example of this [here](https://dfire-headparser-api.glitch.me/)