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
Fyi this is coded in OAuth::Consumer#create_http_request:
# create the http request object for a given http_method and pathdefcreate_http_request(http_method,path, *arguments)http_method=http_method.to_symif[:post,:put].include?(http_method)data=arguments.shiftend
...
end
Is it normal that, as opposed to POST, the GET method doesn’t take parameters in the
params
hash?The text was updated successfully, but these errors were encountered: