mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 16:45:57 +03:00
[GH-ISSUE #1155] Map remote work bad with webpack devserver #1150
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#1150
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 @WeiShengv99 on GitHub (Feb 24, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1155
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
Version 3.1.0 (30100)
macOS Version? (Ex. mac 10.14)
bigsur 11.6 (20G165)
Steps to reproduce
i am Front-end development engineer,
i use map remote tool to help me dev in local. when i use webpack dev server with proxyman, i get some problem
something is break when my base url have query.
if url looks like
http://mydevhost.com/sdfsdf?foo=13, it work fine,if url looks like
http://localhost:8080/?foo=13, it work fine,if url looks like
http://127.0.0.1:8080/?foo=13, it work fine,but if url is
http://mydevhost.com/?foo=13, it break with http code 400, i dont know what happenExpected behavior
i dont know why http response is 400,how to fixed it.
Screenshots (optional)
@NghiaTranUIT commented on GitHub (Feb 24, 2022):
It seems a bug from Map REmote.
Can you try again with the Scripting?
Scripting
@WeiShengv99 commented on GitHub (Feb 28, 2022):
@NghiaTranUIT
Yes , this script reslove my problem,its awsome.
@raxityo commented on GitHub (Oct 4, 2023):
@NghiaTranUIT I just ran into this issue and was wondering if you have any plans on fixing the Map Remote to support query parameters on the root domain.