@Omini yes, I just tried this way too, it still seems to cut-off at 1,000,000 bytes, so it wasn't related to breaking due to content etc, it still seems to be a data length / quota memory problem
POST data constructor problem
-
hello, I have a problem with sending arrays with the POST data constructor, the server reads it as a string instead of an array, and it's giving me Status 400 instead of 200
for example
[[ERRORS]] = ["problem 1"] or [[ERRORS]] = ["Problem 1", "Problem 2"]
and when i send it with POST like let say
"mistake", [[ERORRS]] , the server say's it wants an array and not a string -
@Kiryakov said in POST data constructor problem:
hello, I have a problem with sending arrays with the POST data constructor, the server reads it as a string instead of an array, and it's giving me Status 400 instead of 200
for example
[[ERRORS]] = ["problem 1"] or [[ERRORS]] = ["Problem 1", "Problem 2"]
and when i send it with POST like let say
"mistake", [[ERORRS]] , the server say's it wants an array and not a stringExactly a month has passed, I think it's time to give an answer
:DThe most obvious answer is don't use data constructor:

