For a side project I'm trying to store some data user generated content in a url so they can easily share it without me hosting the data.
When hosting on GitHub Pages I get the message: Error: URI Too Long
when I have a fairly long url like this.
According to What is the maximum possible length of a query string? there is no limit in the spec but it just depends on the implementation.
I've searched for the url length limit of GitHub pages in their docs and on Google but had no luck.