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
I just want to get the redirected information but not follow to the location.
I tried cli.Use(redirect.Limit(-1)) and cli.Use(redirect.Limit(0)), all sucks.
Is there anyway to disable redirect totally?
The text was updated successfully, but these errors were encountered:
I just want to get the redirected information but not follow to the location.
I tried
cli.Use(redirect.Limit(-1))
andcli.Use(redirect.Limit(0))
, all sucks.Is there anyway to disable redirect totally?
The text was updated successfully, but these errors were encountered: