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
in my case I don't want to do any redirect at all, just get the first result. But setting max-redirects to zero doesn't help.
The text was updated successfully, but these errors were encountered:
relonger
changed the title
Respect throw-exceptions in case of exceeding max redirects limit
Respect :throw-exceptions flag in case of exceeding max redirects limit
Mar 15, 2018
in case of 4xx 5xx errors you don't throw any exceptions and just return response as is
but in case of to many 302 redirects you don't check this flag
in my case I don't want to do any redirect at all, just get the first result. But setting max-redirects to zero doesn't help.
The text was updated successfully, but these errors were encountered: