There is no way to avoid the “//” when posting to a topic in the VANTIQ REST API. The leading slash is part of the “resource id” for the topic – without it VANTIQ will not route the request properly (hence the VANTIQ equivalent of a 404).
What you can do is create a procedure to do the publish and invoke that through the REST API.
There is no way to avoid the “//” when posting to a topic in the VANTIQ REST API. The leading slash is part of the “resource id” for the topic – without it VANTIQ will not route the request properly (hence the VANTIQ equivalent of a 404).
What you can do is create a procedure to do the publish and invoke that through the REST API.