You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can do this yeah, we have the hard-coded limitation in-place so people don't run into this issue head-first as browsers have their own limitations and servers do too 😅
Example
Microsoft Internet Explorer: 2,083 characters
Microsoft Edge: 2,083 characters
Google Chrome: 32,779 characters
Mozilla Firefox: more than 64,000 characters
Apple Safari: more than 64,000 characters
Google Android: 8,192 characters
2000 characters seems to be the general policy to avoid these issues in servers, cdns and browsers
Summary
#2384 (comment)
its a hardcoded limitation
In our case we don't need to limit the url size because its an internal graphql request.
With the limitation its not possible to force GET requests.
Proposed Solution
Please accept a new parameter (eg "urlSizeLimit")
The text was updated successfully, but these errors were encountered: