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?
Asked
Active
Viewed 552 times
0
-
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