mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 16:45:57 +03:00
[GH-ISSUE #1793] Invalid file. Please open the Issue in Proxyman's Github #1786
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#1786
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 @steilerDev on GitHub (Oct 2, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1793
Originally assigned to: @NghiaTranUIT on GitHub.
Description
Hey Team - my app is generating a HAR file that I try to open with your amazing application. Unfortunately I'm getting 'Invalid file. Please open the Issue in Proxyman's Github'.
I'm 99% it's me, but after looking through the HAR file spec, I cannot figure out what's wrong with the file. Any pointers to understand why Proxyman can't open the file (maybe a debug log) would be appreciated!
@NghiaTranUIT commented on GitHub (Oct 2, 2023):
Let me check 💻
@NghiaTranUIT commented on GitHub (Oct 2, 2023):
It should be
@NghiaTranUIT commented on GitHub (Oct 2, 2023):
Look like I found a bug.
queryStringdoesn't take into account, so the URL doesn't have any Query.@steilerDev commented on GitHub (Oct 2, 2023):
So
queryString.valueshould always be a string (instead of a pure boolean/number?)@NghiaTranUIT commented on GitHub (Oct 2, 2023):
Yes, it should be a string. You can export a HAR from Google Dev Tool, all value is string, even though it's a number.
@NghiaTranUIT commented on GitHub (Oct 2, 2023):
You can try this Beta build: https://download.proxyman.io/beta/Proxyman_4.12.0_Fix_queryString_from_HAR_file.dmg
It hot-fix the QueryString issue -> It will show the correct URL 👍
However, the QueryString Key&Value must be a string.
@steilerDev commented on GitHub (Oct 2, 2023):
Thank you for the quick support 👍👏