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
Should savon cares about the body of a 401 status response? I believe the parsing exception [1] is preventing the client to authenticate, but the body content is completely useless here, right?
i don't think the exception prevents you from authentication. it's actually raised much later. so by looking at the debug output and seeing your server returning a 401, i don't think you're passing any authentication credentials.
Should savon cares about the body of a 401 status response? I believe the parsing exception [1] is preventing the client to authenticate, but the body content is completely useless here, right?
Best,
Marcos Hack.
[1] http://gist.github.com/278088
The text was updated successfully, but these errors were encountered: