Hi Rainer,
You're correct. Data URIs probably justify 2^32 chars.
In some contexts, there's a max size of 4GB for these:
https://caniuse.com/datauri
[]s,
On Fri, 25 Mar 2022 at 04:22, Rainer Deyke via Boost
On 24.03.22 17:11, Alan de Freitas via Boost wrote:
Hi!
We're deciding on the max size for URLs in our Boost.URL proposal. The spec doesn't suggest a limit but the reasonable trade-off < https://stackoverflow.com/questions/417142/what-is-the-maximum-length-of-a-u...
is:
- 2^16 chars: More than all browsers, servers, and search engines support
That's not true. Both Firefox and Chromium support multi-megabyte embedded images using the data URI scheme.
-- Rainer Deyke (rainerd@eldwood.com)
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
-- Alan Freitas https://github.com/alandefreitas