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
As always, with any software it's possible there's a bug, but I don't think there's anything you need to do special to get Savon to make a request as a POST rather than a GET.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Because savon uses wasabi and its resolver, and it turns out that a ton of savon requests are actually performed via GET requests.
https://github.com/savonrb/wasabi/blob/ef1e3d38bea085a9146c7a12f8bd2e46ef0042a9/lib/wasabi/resolver.rb#L45
I'm trying to interface with a service that explicitly allows only POST requests (so savon doesn't work with what I need)
The text was updated successfully, but these errors were encountered: