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 found out that some adapters do encode Hashes passed as post-bodies into postable-strings (httpclient, for example). Other adapters (Curb, for example) doesn't.
Do you think this should be fixed:
a) in each adapter
b) from HTTPI side (to avoid incompatible implementations (?))
c) in my code
Thanks!
The text was updated successfully, but these errors were encountered:
Hello :)
I found out that some adapters do encode Hashes passed as post-bodies into postable-strings (httpclient, for example). Other adapters (Curb, for example) doesn't.
Do you think this should be fixed:
a) in each adapter
b) from HTTPI side (to avoid incompatible implementations (?))
c) in my code
Thanks!
The text was updated successfully, but these errors were encountered: