bruno
bruno copied to clipboard
feat: enhance axios instance with redirect handling and cookie management in CLI
Fixes: https://github.com/usebruno/bruno/issues/4499
This PR adds redirect handling and cookie management for the CLI. For the GUI, we need to merge this PR for redirect handling https://github.com/usebruno/bruno/pull/4561. The tests will fail until the server code necessary for testing this is merged, PR https://github.com/usebruno/httpfaker/pull/1.