From what I understant, the difference is only in the way the parameters are attached to the request.
one is appended to the URL, the other is sending it after a newline character.
my question is why do servers treat them so seperataly if it is a small difference. I really dont see the difference that would justify implementing a whole seperate function and/or class depending on a POST or GET.
I searched the web, and each of my findings only had that as a justification,
can someone shed some light on this?
one is appended to the URL, the other is sending it after a newline character.
my question is why do servers treat them so seperataly if it is a small difference. I really dont see the difference that would justify implementing a whole seperate function and/or class depending on a POST or GET.
I searched the web, and each of my findings only had that as a justification,
can someone shed some light on this?