How do you use the value passed to HTTP Request node in the URL requested

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.

Ah, please disregard this request. I see now that value is automatically added to the request.

For others with a similar question. If you use the following URL in the HTTP Request vimp:

http://domain.com/scan

The request becomes equivalent to:

http://domain.com/scan?value=VALUE_FROM_IMPEE