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" <interest@qt-project.org>
>> 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.

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 recommendation, not a requirement.

...it all depends on how safe and compatible you want to be.


   Konrad

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to