1 year ago
#386334
namrogom
Is there any limit on what I can set for http.parsing.max-uri-length
The most I've seen someone use was http.parsing.max-uri-length = 16k
I don't see anything in the akka-http project that gives that as a limit https://github.com/akka/akka-http/search?q=max-uri-length
I'm creating a new GET API endpoint, and this particular endpoint could have 400/500 parameters passed, it could get past 16k characters. Can I increase the max-uri-length to any limit I want or must I change that api endpoint to use POST where there's no real limit on data being passed?
akka-http
0 Answers
Your Answer