https://github.com/sysulq/browsersidecollector
A project which collects data from web browser using Nginx and javascript.
https://github.com/sysulq/browsersidecollector
Last synced: 10 months ago
JSON representation
A project which collects data from web browser using Nginx and javascript.
- Host: GitHub
- URL: https://github.com/sysulq/browsersidecollector
- Owner: sysulq
- Created: 2014-12-01T07:00:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-01T07:25:24.000Z (over 11 years ago)
- Last Synced: 2025-04-06T22:38:54.929Z (about 1 year ago)
- Language: C
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BrowserSideCollector
====================
A project which collects data from web browser using Nginx and javascript.
Table of Contents
-----------------
- [Nginx](#nginx)
- [Javascript](#javascript)
- [Backend](#backend)
Nginx
-----
####sub_filter
This module could replace `` into `...`.
####gunzip_filter
This module could unzip the gzipped contents and then do the sub_filter.
####gzip_filter
This module could gzip the unzipped contents back and then send to client.
Javascript
----------
####compatibility
The javascript code injected should take the compatibility into first place.
####async
The javascript code injected should not affect the main process of the web page.
####data
The javascript code injected should be able to collect enough data for analysis.
Backend
-------
####api
The api should support POST with json data, and GET with timestamp and domain...etc.