From all I've read it seems that it's always of the form string=string&string=string...
(all the strings being encoded to exclude &
and =
) however, searching for it (e.g. Wikipedia, SO, ...) I haven't found that mentioned as an explicit restriction.
(Of course a base64 string of a binary of complex objects can be sent. That's not the question.) But:
Can POST contain complex objects directly or is it all sent as a string?