-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when using "repeat" or "edit and repeat" the repeated request doesn't appear in the requests list #2170
Comments
Can you share with me your set up @Bertrand ? (Is it from the Pin folder, or All Domains, or from your Remote Devices...) ? From what I tested, the Repeated request or "Edit & Repeat" is still appended to the current view. CleanShot.2024-10-23.at.08.50.55.mp4 |
Sorry, my initial report was wrong.
The issue only arises when 0.0.0.0 is used as a host address, in a pin folder.
When repeated, the request host in the request is replaced by 127.0.0.1 and is thus not visible in the pin folder.
If you want to reproduce, here is a minimal scenario
Run the following shell commands:
echo "hello" > hello.txt
python3 -m http.server 2100 &
curl "http://localhost:2100/hello.txt" --proxy http://localhost:9090 <http://localhost:9090/>
A get on localhost:6060 will appear in proxyman.
Pin it and open the corresponding pin folder.
Now repeat the request. It will not appear in the pin folder.
You can now kill the python web server (type `fg` and then ctrl-C).
… On 23 Oct 2024, at 08:52, Noah Tran ***@***.***> wrote:
Can you share with me your set up @Bertrand <https://github.com/Bertrand> ? (Is it from the Pin folder, or All Domains, or from your Remote Devices...) ?
From what I tested, the Repeated request or "Edit & Repeat" is still appended to the current view.
https://github.com/user-attachments/assets/2d35eba0-ec9f-4425-b7e9-721cdacca327
—
Reply to this email directly, view it on GitHub <#2170 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAABGYHLKI6WCU22ZCINS3TZ45BUFAVCNFSM6AAAAABQKWIKSGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZRGA3TAMJTHE>.
You are receiving this because you were mentioned.
|
Thanks, it's a bug. We will fix it in the next release 👍 |
@Bertrand Sorry for the late reply. It's fixed in this beta build: https://download.proxyman.io/beta/Proxyman_5.10.0_Fix_localhost_requests_v2.dmg Please remove the old pin CleanShot.2024-10-28.at.22.34.25.mp4 |
Hello Noah,
many thanks for the fix :)
— bertrand
… On 28 Oct 2024, at 22:35, Noah Tran ***@***.***> wrote:
@Bertrand <https://github.com/Bertrand> Sorry for the late reply.
It's fixed in this beta build: https://download.proxyman.io/beta/Proxyman_5.10.0_Fix_localhost_requests_v2.dmg
Please remove the old pin localhost, and try to pin the new one. At this time, the host and port are pinned correctly. Repeat it will stay in the current pin.
https://github.com/user-attachments/assets/297f0cc4-17bd-4f1f-9b87-8d93f3497a92
—
Reply to this email directly, view it on GitHub <#2170 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAABGYGY5PPLPNYNMZJL6FTZ52NZHAVCNFSM6AAAAABQKWIKSGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBSGY3TMOJZGA>.
You are receiving this because you were mentioned.
|
Description
When using "repeat" or "edit and repeat" the repeated request doesn't appear in the requests list.
The request is replayed (I can see the request and response in my server logs) but it's not visible in proxyman
Steps to Reproduce
Current Behavior
The request is repeated, but it doesn't appear in proxyman
Expected Behavior
The request should appear in the list along with the original one.
This is how it used to work until recently.
Environment
The text was updated successfully, but these errors were encountered: