Hi,
I would like to make a dynamic call to my server, but can’t tell from the documentation how to do so? Ideally, I would either use GET or POST with an ID that the server should receive.
For example:
http://domain.com/scan?RFID=5272
where I would replace the value of RFID:
http://domain.com/scan?RFID=VALUE_FROM_IMPEE
Is this possible.