Browser data collector
- Place the script in your html file
- Create a GET endpoint in you app (server side) to return the html file
- Create a POST endpoint in you app (server side) to store the browser data
- Store that data in a database or file.
- Add that endpoint url into your collector script in the post function
- Go to the collector url and let it collect.