Custom parameters sent to server.

Merlin El Magoa year ago

Dear friends,
I'm working on a custom solution for a small fleet management written in PHP. I need to be able to send a hash value (fixed per user) for the server to accept data as valid. How can this be done with de default Android app? Could I just add to the URL the hash value as so: http://my.cool.server.com/track.php?hash=xxxxx?

Best regards
Merlin

Anton Tananaeva year ago

You might be able to add a query parameter, but it will actually break the decoding because the data is sent via payload and it will be ignored on the server if you have a query parameter.