Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Steven Englehardt 3354bc1875
Fix security issues + update some Mozilla references (#962) 2021-12-16 12:53:20 +01:00
Steven Englehardt ab01a2f6bd
Remove commented out code; monitor speculative connections (#872) 2021-03-19 11:50:21 +01:00
Gunes Acar f4cc4ef180 Store POST request data as JSON in the database.
Incorporated some code from: https://github.com/redline13/selenium-jmeter

Handle various content encodings for the POST data (encType).
This includes `text/plain`, `application/x-www-form-urlencoded` and
`multipart/form-data`.

Store "request headers from upload stream" in the database.
We add additional headers from POST body to existin headers column.

Discard OCSP (POST) requests to prevent noise.

Add tests for form submissions with different encodings by JavaScript.
Add tests for making POST requests with AJAX (jQuery) and FormData.
Add test for byte array POST data.

Handle exception when looking up the `Content-Type` response header.

Add shared/utils.js file. We can add common test functions to this file.

Fix some style inconsistencies.
2016-12-28 19:22:05 +01:00
englehardt ff75b86653 Removing extra whitespace from all infrastructure files 2015-12-31 09:21:10 -08:00
englehardt ee9e1b685e Updating license 2015-12-22 11:42:20 -05:00
englehardt 95fa9a69c5 Initial commit 2014-06-10 12:59:28 -04:00