I noticed that if the URL parameter is over 260 characters I get this response:
HTTP Error 400. The request URL is invalid.
by parameter i mean:
http://websiteName/parameter1name/{parameter1value}/parameter2name/{parameter2value}
if one of the values lengths is more then 260 characters I get that error. is there a way to change the function app settings to extend this limitation?