2

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?

Taslim Oseni
  • 6,086
  • 10
  • 44
  • 69
Noy Aharon
  • 21
  • 1
  • 4
    I doubt you could change that, nor should you even try. Instead, perhaps you should be POSTing the data in the body instead? – DavidG Feb 04 '19 at 11:38
  • Possible duplicate of [Do Azure API Mgmt have a length limit on path/parameters?](https://stackoverflow.com/questions/42211627/do-azure-api-mgmt-have-a-length-limit-on-path-parameters) – mjwills Feb 04 '19 at 12:10
  • no errors when running Azure Func locally – user160357 Jul 24 '23 at 14:22

0 Answers0