mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 17:15:49 +03:00
[GH-ISSUE #1319] Incorrect Axios Code #1314
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#1314
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 @internpoon on GitHub (Aug 4, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1319
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
3.7.0
macOS Version? (Ex. mac 10.14)
12.0
Steps to reproduce
Click on code under request section, and choose axios
Expected behavior
Axios URL is missing, also could you remove the double quote for the KEY. Eg instead of
"headers": { "Host": xxx }toheaders: {"Host": xxx}Thank you.Screenshots (optional)
@internpoon commented on GitHub (Aug 4, 2022):
@NghiaTranUIT commented on GitHub (Aug 6, 2022):
Thanks. We will look on it 👍
@internpoon commented on GitHub (Aug 6, 2022):
Thanks, also lastly, could there be an option to put the URLSearchParams in the body itself rather than

param.appendbecause appending the whole body could make it very long and hard to see sometime. Like this would be ideal@internpoon commented on GitHub (Dec 1, 2022):
@NghiaTranUIT Hi, is this fixed ? Its been sometime. Thanks
@internpoon commented on GitHub (Dec 1, 2022):