mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 08:05:52 +03:00
[GH-ISSUE #1958] Long numbers in json truncated till 12s sign #1949
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#1949
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 @VolodymyrPavlyshenOnseo on GitHub (Mar 6, 2024).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1958
Hello there, I a have an issues with numbers in requests displaying (and sending in proxy) , my work require exact accuracy, so numbers need to be calculated till the last sign (sometimes it is 25 or 30 signs) as I can see proxy round it till 11 or 12s sign, is it expected/ limitation or a bug?
For example proxyman displays 77.52551806700806 in request same time as it should be 77.52551806700806505198504
@NghiaTranUIT commented on GitHub (Mar 6, 2024):
Can you show me the screenshot @VolodymyrPavlyshenOnseo
and may I ask If you're using any debugging tools ? (Map Local, Breakpoint or Scripting) 🤔
@VolodymyrPavlyshenOnseo commented on GitHub (Mar 6, 2024):
none of them, also tried same request on Charles, works fine
What screenshot do you need?
@NghiaTranUIT commented on GitHub (Mar 6, 2024):
if you're using the Body or Raw Tab, it will show exactly how the JSON is. It doesn't modify it.
If we use JSON TreeView, it might be a case because it converts to NSDictionary to perform the JSON View.
Which tab do you use?
@NghiaTranUIT commented on GitHub (Mar 6, 2024):
Or share with me the cURL, you can put your 12-digit number as a JSON body, and share it with me. I'd like to reproduce it
@VolodymyrPavlyshenOnseo commented on GitHub (Mar 6, 2024):
ah I can see, in Body tab it is truncated in tree - rounded, but in raw it is fully correct, thank you