#1257·goreplay

GET/POST requests carrying very large parameters cannot be recorded

Author: 666yiyoung666Created Jul 30, 2024Updated Jan 20, 2025
Labelsbug

I recorded a POST request using the command "gor --input-raw :80 --output-file 'tmp.gor' --input-raw-buffer-size 10485760 "Recorded a POST request, this request will carry a parameter in the query params, this parameter will be very large, resulting in the recording can not be recorded in the normal traffic file, the only way to record the normal traffic file, only to add "-- input-raw-allow-incomplete input-raw-allow-incomplete" will record incomplete data.