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
Encoded values works fine, but encoded names does not. The OAuth specification seems to allow encoded characters in the parameter names.
Encoded names are needed since Rails expect parameters to have brackets in them. For example when updating the name of a device model one would send out device%5Bname%5D=foo
The text was updated successfully, but these errors were encountered:
Encoded values works fine, but encoded names does not. The OAuth specification seems to allow encoded characters in the parameter names.
Encoded names are needed since Rails expect parameters to have brackets in them. For example when updating the name of a device model one would send out device%5Bname%5D=foo
The text was updated successfully, but these errors were encountered: