Search found 1 match

by acidorus
Tue Oct 28, 2025 11:17 am
Forum: Bugs - Linux
Topic: ReadCGI() no return size
Replies: 0
Views: 143

ReadCGI() no return size

Hello, from version 6.21, 630, readCGI no longer returns the size and no longer reads a Json sent via POST.
In version 6.20 it works perfectly.


curl --location 'https://site.com/rep-bin/get' \
--header 'Content-Type: application/json' \
--data '{
"rep": {
"data": ["2023-04-20"]
}
}'

ex ...