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
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
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
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
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
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