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
Is there any way to make groovy-wslite attempt an automatic authentication attempt if a request returned UNAUTHORIZED or FORBIDDEN? I'm thinking about logic like:
where the HttpAuthorizer implementation has a login() method that makes a login call to the server to obtain a token, and adds that token to the original request.
The text was updated successfully, but these errors were encountered:
Is there any way to make groovy-wslite attempt an automatic authentication attempt if a request returned UNAUTHORIZED or FORBIDDEN? I'm thinking about logic like:
where the HttpAuthorizer implementation has a
login()
method that makes a login call to the server to obtain a token, and adds that token to the original request.The text was updated successfully, but these errors were encountered: