I am reading conflict information here.
I would like to return from server to client some url query such as :
domain.com/page/varA=1&varB=link&varC=link2... ...
I read here that the max length for this url is 2000 characters : What is the maximum length of a URL in different browsers?
and here that its 8Kb (which is much much more than 2000 chars)
maximum length of HTTP GET request?
This one says 60-80K characters for all browsers
What is the maximum possible length of a query string?
This one says 2000 but point to a link that says 80000. What is the limit on QueryString / GET / URL parameters
and basically every Google search provide a different value.
I guess i am confusing between things here, but 2000 chars are 0.002 MB.
The server I use to return it is Firebase
.