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
When I send a value like "param=value" Scrolls wraps the whole string in its own quotes, but doesn't escape the quotes given. The output is something like query_string=""param=value"". Those nested quotes should probably be escaped.