http://mysite.com/getsomething/:appliance?uuid=:uuid In the example above, restbird will match: http://mysite.com/getsomething/FS-BRANCH01?uuid=:uuid But not: http://mysite.com/getsomething/FS-BRANCH01?uuid=123123-123123-1231231-123123123 Is there a way to wildcard params or other wildcard options so the URL doesn't have to be an exact match?
http://mysite.com/getsomething/:appliance?uuid=:uuid
In the example above, restbird will match:
http://mysite.com/getsomething/FS-BRANCH01?uuid=:uuid
But not:
http://mysite.com/getsomething/FS-BRANCH01?uuid=123123-123123-1231231-123123123
Is there a way to wildcard params or other wildcard options so the URL doesn't have to be an exact match?