How could you do to add more parameters in json that is sent to the server
For example:
Add deviceid
...
hello @MAntonio95
You can pass deviceid into header
httpHeaders: { 'deviceid':123123123123},
its work for me. i hope its also work for you.
Notice: this issue has been closed because it has been reported for branch 2.x or later. It could be already fixed in v3 or is not relevant anymore. You may reopen this issue if it has been closed in error.
Most helpful comment
hello @MAntonio95
You can pass deviceid into header
httpHeaders: { 'deviceid':123123123123},its work for me. i hope its also work for you.