m fighting with post request of digest auth a few days and still can't
get how to send json body. Please help me! Server told that i got in,
but by json was not used. i'm using net/http/digest_auth gem. Is i think
json must be placed in the right place, but I don't now where. Thanks a
lot!
I am unsure what `www_auth_response` is suppose to do.
Also you have `return` at the end of the `post_data` method which is
probably not what you want.
What does the server side request look like when you call this post method?
···
On Tue, Jun 11, 2013 at 3:58 AM, Kirill Grin <lists@ruby-forum.com> wrote:
m fighting with post request of digest auth a few days and still can't
get how to send json body. Please help me! Server told that i got in,
but by json was not used. i'm using net/http/digest_auth gem. Is i think
json must be placed in the right place, but I don't now where. Thanks a
lot!