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
i use ajax post a large string(base64 string) to grape api, when the string size less than about 30kb, it's ok. But when the string size more than about 40 ~ 50 kb, params[:large_string] is missing.
The text was updated successfully, but these errors were encountered:
i use ajax post a large string(base64 string) to grape api, when the string size less than about 30kb, it's ok. But when the string size more than about 40 ~ 50 kb, params[:large_string] is missing.
The text was updated successfully, but these errors were encountered: