http://qs321.pair.com?node_id=1214647


in reply to LWP digest authentication fails with PUT method

Are you sure you want to use PUT instead of POST? You are sending something "www-form-urlencoded", which indicates to me you actually want to use POST. These methods might have different permissions?

Also, you might have run into one of the many digest auth bugs in LWP.

"For me, programming in Perl is like my cooking. The result may not always taste nice, but it's quick, painless and it get's food on the table."
  • Comment on Re: LWP digest authentication fails with PUT method

Replies are listed 'Best First'.
Re^2: LWP digest authentication fails with PUT method
by bilal_j (Initiate) on May 17, 2018 at 17:12 UTC
      look at the other auth-int bugreport, apache/nginx... dont support auth-int, if you can find a server that supports it, maybe people can work on it ... but until then why bother