mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #293] [Feature] Display serverIPAddress field contained in HAR file when available #290
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#290
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 @Robert-Saiter on GitHub (Oct 4, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/293
Originally assigned to: @NghiaTranUIT on GitHub.
The HAR viewer is great already (Thank you!). I would benefit greatly from a column option that displays the serverIPAddress field when available.
serverIPAddress is part of the 1.2 spec.
https://w3c.github.io/web-performance/specs/HAR/Overview.html
@NghiaTranUIT commented on GitHub (Oct 5, 2019):
That's cool. I will add this field now 👍 and update bunch or HAR 1.2 fields.
@Robert-Saiter commented on GitHub (Oct 5, 2019):
Thank you!!!
@NghiaTranUIT commented on GitHub (Oct 5, 2019):
Hey @S8ER01Z please check the hot-fix here https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_1.6.2_fix_har_export.dmg
From now, serverIPAddress and many HAR 1.2 are supported with correct data. Let check it out 👍
@Robert-Saiter commented on GitHub (Oct 5, 2019):
I tested this but did not see the field. Just wanted to verify the hot-fix is in the dmg provided.
Thank you for the quick action here.
@NghiaTranUIT commented on GitHub (Oct 6, 2019):
Just wondering that which HAR Previewer you are using?
If it's possible, please open your HAR file with Sublime app, and search for the
serverIPAddress.I checked and this HAR file: https://pastebin.com/0z1qQkt5 includes
"serverIPAddress":"52.41.157.85"@Robert-Saiter commented on GitHub (Oct 6, 2019):
Currently I view HAR files in VSCode as raw text. I've not found a good HAR Previewer which is why these additions in your product will prove to be so valuable. My HAR file contains the field as expected but I didn't see it in the ProxyMan.
"serverIPAddress": "xxx.xxx.xxx.xxx",
I downloaded the pastebin you included and I do not see the field displayed in the Proxyman application. I am not sure if the hotfix is in the linked version or if I am doing something wrong.
https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_1.6.2_fix_har_export.dmg
@NghiaTranUIT commented on GitHub (Oct 7, 2019):
I understood your mean @S8ER01Z, since I haven't support the Server IP Address as a column in the Flow List (Middle Panel) 😄
In the hot-fix build, I includes the fix on
serverIPAddressto present the IP (the old build is the address, which is incorrect) and include new 1.2 HAR fields.I will add the Server IP column this week and sent you the build soon 👍
@Robert-Saiter commented on GitHub (Nov 19, 2019):
@NghiaTranUIT I do not believe this was added yet? I can add a feature request if it helps for tracking the flow list change.
I would still love to have the ipAddress visible in the Flow List.
@NghiaTranUIT commented on GitHub (Nov 19, 2019):
Hey there, sorry for this. I complete forgot to finish the remaining task 😱
I just added this ticket to Milestone 1.10.0 and I will sort it out soon 👍
@Robert-Saiter commented on GitHub (Nov 20, 2019):
No problem at all. Thank you Sir
@NghiaTranUIT commented on GitHub (Nov 25, 2019):
Hey @S8ER01Z, Here is the BETA build for you: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_1.9.3_ServerIP.dmg
Basically, this build ships the Server IP column. You can also see this column when importing the HAR file too.
@Robert-Saiter commented on GitHub (Jan 7, 2020):
I see this column in new builds and it works perfect!!! Thank you!
@NghiaTranUIT commented on GitHub (Jan 7, 2020):
@S8ER01Z Glad to heard that 🎉
@Robert-Saiter commented on GitHub (Jul 21, 2020):
Possible regression? When viewing HAR that clearly has "serverIPAddress" values the "Server IP" field is blank.
When I open the same HAR file using the older build you provided I can see the data populated as expected.
https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_1.9.3_ServerIP.dmg
@NghiaTranUIT commented on GitHub (Jul 22, 2020):
Thanks for the report. Look like the
serverIPAddressis gone from the v2. I'm looking on it now 🙌@NghiaTranUIT commented on GitHub (Jul 22, 2020):
Hi @Robert-Saiter , this BETA build would fix your issue: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.2.0_Fix_Missing_Server_Ip_From_HAR.dmg
I will present the Server IP from HAR file correctly 💯
Sorry for the bug when I migrate Proxyman to v2 with a minor bug 🐞
@NghiaTranUIT commented on GitHub (Jul 23, 2020):
Hey @Robert-Saiter , if you find that the Server IP column has missing data in some requests. Here is the fix 🎉 #560
Thank you in advance 🙌
@Robert-Saiter commented on GitHub (Jul 30, 2020):
Thank you for looking into this...I still seem to have trouble with data exported from Chrome. This is a very basic export to keep it clean / easy to see. When I open this HAR I do not see the serverIPAddress field populate but the data is present in the HAR file. Perhaps I am doing something wrong on my end?
test.har.zip
@NghiaTranUIT commented on GitHub (Jul 31, 2020):
I'm sorry, my fault that forget checking this case 😯
Please check out this fix: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.3.0_Missing_ServerIP_In_HAR.dmg
This build will present the Server IP in the HAR file if it's available.
Thank you so much 🌮
@Robert-Saiter commented on GitHub (Jul 31, 2020):
Confirmed this fixed the issue and serverIPAddress is now displayed when opening HAR files. Thank you!
@NghiaTranUIT commented on GitHub (Jul 31, 2020):
Nice to hear that 👍 🙌