is there a max URL length for httpserver?

332 views
Skip to first unread message

ad...@cs.miami.edu

unread,
Feb 29, 2016, 11:22:28 PM2/29/16
to vert.x
Hi,

Is there a limit on the size of a request url that comes into a vert.x server?  I ask because some of our existing api's use GET requests with the payload encoded into the url parameters... probably should be converted into a POST, but thought I would ask anyways.  I could not find this in the docs.

Thanks,

-Adam

Julien Viet

unread,
Mar 1, 2016, 1:59:33 AM3/1/16
to ve...@googlegroups.com
on the http server it is determined by HttpServerOptions#setMaxInitialLineLength with a default value of 4096

--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/3552c245-caff-4929-b1b3-56c061ba4c7e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages