Typically you do not want to send registration info in the URL, you want it in
the payload of the packet, so that it can be encrypted with the stream.
using POST will put the data in the packet body.
Typically you do not want to send registration info in the URL, you want it in
the payload of the packet, so that it can be encrypted with the stream.
using POST will put the data in the packet body.