I am trying to use a domain as a url param in an azure function app eg
/api/foo/bar/{url}
/api/foo/bar/https%3a%2f%2flocalhost%3a3000
this doesn’t hit the function (although it works locally), is this as expected? (it does work if i had it as a querystring)