Look at the source, this is an example of using HTTP POST with params

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.

Registration info