mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 00:55:57 +03:00
[GH-ISSUE #1888] Compose Tool: Disable following redirects #1882
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1882
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jordaneb on GitHub (Dec 18, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1888
Originally assigned to: @NghiaTranUIT on GitHub.
Description
I had a look through the issues list and couldn't find something mentioned like this already but apologies if this has already been requested.
Please would you consider adding an option that disables following redirects automatically when using the Compose tool?
So for example if you compose a request with
https://httpbin.org/redirect-to?url=example.comyou would then receive a302status and be able to inspect the response which contains theLocationheader instead of seeing the result of the following request as a result of the redirect.Why this feature/change is important?
I was using the Compose tool via "Edit & Repeat" earlier today to debug a HTTP endpoint which returns a
Locationheader but the behaviour appears to be that the Proxyman automatically follows the redirect which in itself may not be desired when testing URLs which you're expecting to return aLocationheader but also the Compose window then shows the resulting request from the ultimate request rather than the request I manually sent which was a little disorientating.Thank you!
@NghiaTranUIT commented on GitHub (Dec 19, 2023):
@jordaneb you can try this Beta build: https://download.proxyman.io/beta/Proxyman_4.15.0_Support_Auto_Follow_Redirects_for_Compose_Repeat_Tool.dmg
It allows to disable the "Auto follow redirects" in the Compose Setting Menu.
@jordaneb commented on GitHub (Dec 19, 2023):
@NghiaTranUIT Thank you so much. I have downloaded the beta build and tested this against the use-case from yesterday and it works great.
I will continue to use the beta for now but look forward to using this in the release version 🚀