|
|
|
|
|
by DylanSp
195 days ago
|
|
Echoing the others who say they can't understand the bug/difference; only thing I can think of is that the input string needed the escape sequence for a newline in it? So the correct code would be written as "POST" + "\\n" + ...
|
|