pacificclimate / station-data-portal

Data portal for station data (e.g., BC Station Data, a.k.a. PCDS; Yukon-NWT Station Data); React app
0 stars 0 forks source link

Add warning (or disable) download buttons when request URL is too long #143

Closed rod-glover closed 2 years ago

rod-glover commented 2 years ago

URLs over 2048 characters (make a config value!) may not be processed correctly by browsers or servers.

rod-glover commented 2 years ago

Heh, reading online info more carefully, browsers other than IE / Edge have very long limits (at least 8k). IE/Edge limits to 2047. Thanks for that, Microsoft.

It's also not evident from what I read that servers presently have significant limits on URL length. Some years ago I read that they do, again roughly 2k. Apparently not any more.