traccar / traccar-client-android

Traccar Client for Android
https://www.traccar.org/client
Apache License 2.0
665 stars 736 forks source link

Put request data inside HTTP request body #415

Closed egofree71 closed 4 years ago

egofree71 commented 4 years ago

As we use HTTP request with POST method, we put the request data inside the body.

tananaev commented 4 years ago

I think the format should be standard form POST, not JSON. We don't want to invent yet another protocol. It's better to use what we already have.