Re: [Interest] Maximum URL length

2018-03-15 Thread Thiago Macieira
On Thursday, 15 March 2018 06:15:42 PDT Konrad Rosenbaum wrote: > Just in case: both HTTP and HTML recommend a maximum of 1024 (ASCII) > characters for a URL. Servers are free to ignore header lines with longer > URLs in them and browsers are free to cut them as well. Note that this is > a recommen

Re: [Interest] Maximum URL length

2018-03-15 Thread Konrad Rosenbaum
hi, On Thu, March 15, 2018 13:02, Jason H wrote: > Someone is going to use a Get request to Post data... > > From: "Tom Isaacson via Interest" >> Is there a maxiumum URL length, either in QUrl or Qt WebEngine? There >> doesn't seem to be a standard for maximum URL length, it's >> implementation s

Re: [Interest] Maximum URL length

2018-03-15 Thread Jason H
Someone is going to use a Get request to Post data... > Sent: Wednesday, March 14, 2018 at 11:42 PM > From: "Tom Isaacson via Interest" > To: "Interest@qt-project.org" > Subject: [Interest] Maximum URL length > > Is there a maxiumum URL length, either

Re: [Interest] Maximum URL length

2018-03-15 Thread Viktor Engelmann
Chromium (and thus also WebEngine) has a limit of 2 MiB, because the URLs are sometimes copied in a blocking way, which causes instability when the limit is larger. see https://bugs.chromium.org/p/chromium/issues/detail?id=69227 On 15.03.2018 01:35, Thiago Macieira wrote: > On Wednesday, 14 Marc

Re: [Interest] Maximum URL length

2018-03-14 Thread Thiago Macieira
On Wednesday, 14 March 2018 15:42:03 PDT Tom Isaacson via Interest wrote: > Is there a maxiumum URL length, either in QUrl or Qt WebEngine? There > doesn’t seem to be a standard for maximum URL length, it's implementation > specific. Yes, the limit in QUrl is the QString limit, which is 2GB, or 1

[Interest] Maximum URL length

2018-03-14 Thread Tom Isaacson via Interest
Is there a maxiumum URL length, either in QUrl or Qt WebEngine? There doesn’t seem to be a standard for maximum URL length, it's implementation specific. Thanks. Tom Isaacson ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.o