node-red / cookbook.nodered.org

Node-RED Cookbook
http://cookbook.nodered.org
Apache License 2.0
84 stars 34 forks source link

Feedback on 'Handle url parameters in an HTTP endpoint' #122

Open hughsheehy opened 1 year ago

hughsheehy commented 1 year ago

What if I have two path parameters?

E.g. /api/:colour/:shape

I'm trying it with postman but I can't get any response with more than one path parameter.