I don't understand how to resolve the HTTP API request I make. First of all I want to get the single queue statistics. So I have made first the
curl..../api/queues/
worked fine and I received all queues. Then I tried to make a single one only. Since my vhost is equal "/" I have no idea how to make the request I tried multiple things
curl..../api/queues///myqueuename
curl..../api/queues//myqueuename
and so on. I am getting frustrated becuase of it. How to resolve this without changing the actual vhost name "/" .
I found solution myself. In this case instead of /
it needs to use html url encoding for special characters in this case it was %2F
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With