web action with random event id at the url
I would like to make put request, but i need to pass a unique event-id at the url every time I make the request.
It is possible to use timestamps or a random number for the url?
It is possible to use timestamps or a random number for the url?
Comments
As example: CD66HAED5npg6074c6pDtLKalHjVfYb2q4Q3LZgrW6o
It would be nice it is possible to set the length of the UUID.
Thanks for your fast answer
I do not know if the $RANDOM_INTEGER is been ignored or if the number is always the same.
I also notify that if I use "$1" instead "$RANDOM_INTEGER" it does work, each time I pass a different string as parameter.