2018-01-14 06:36 AM
Hello everybody!
Is there a limitation for length of HTTP request? I mean for <path&queryopts> in HTTPPOST/GET.2018-01-15 01:41 PM
100 symbols, if someone wants to know.
2018-01-16 06:29 AM
Yes, the path field is truncated to 100 bytes.
For posting longer path&queries, the string must be saved to a file whose name should be used as last argument (UpFile)