zowe-cli icon indicating copy to clipboard operation
zowe-cli copied to clipboard

Support followRedirects option for REST requests

Open t1m0thyj opened this issue 2 years ago • 1 comments

As a Zowe CLI plug-in developer, I would like to be able to download files using the Imperative REST client with automatic redirect handling, so that I do not need to add a 3rd party dependency like follow-redirects to my project.

Pros: This would be nice because redirects are common (for example, raw GitHub links), and config import could benefit from it (#816). Cons: Downloading files may be outside the scope of GET requests we intend to support with the Imperative REST client.

t1m0thyj avatar May 26 '22 13:05 t1m0thyj

Thank you for raising this enhancement request. The community has 90 days to vote on it. If the enhancement receives at least 5 upvotes, it is added to our development backlog. If it receives fewer votes, the issue is closed.

github-actions[bot] avatar Nov 17 '23 19:11 github-actions[bot]