I have researched a lot about this topic, but still have one question. Is it valid to POST to a URL like this:
POST /muster.html?Name=Max+Mustermann&Ort=Musterstadt&PLZ=1234 HTTP/1.1?
I've heard that the query-parameters are sent in the body. Does that cause any problems if there already is content in the body (say another string)? How are the parameters and the actual content separated by the "parser"? Thanks in advance.