0

I'm having problem connect with s so (shibboleth to be specific) . I'm using HTTP Builder on groovy and once i Get 401 i need to send Authorization Negotiate, but It just don't send! I tried to define the header manually or with the HTTP builder authentication methods , still nothing.. any help?

tim_yates
  • 167,322
  • 27
  • 342
  • 338
  • Any sample code, minimal working example? – Opal Jun 14 '14 at 12:24
  • 'HTTPBuilder hb =new HTTPBuilder("uri")' 'hb.auth.ntlm("user", "pass", "ws", "domain")' 'hb.request(GET) {..' – user3740258 Jun 14 '14 at 12:55
  • It's much better idea to edit the post content and add sample code there. – Opal Jun 14 '14 at 13:38
  • it dosen't works either if i add manually the header . because when it get redirect to the page that response 401 the http builder fall on unauthorized exception instead of resend the request with the authorization @Opal – user3740258 Jun 14 '14 at 14:54

1 Answers1

0

fixed after upgrade HTTP client and HTTP builder jar to the newest