http - In Go, can I check response when the request is redirected? -
we can register checkredirect check next request when request redirected. there way can response first request when it's redirected?
what want first response? pretty boring.
i think sensible thing disable automatically following redirects (always return non-nil error checkredirect
) , handle redirection in case have full access requests/responses.
Comments
Post a Comment