mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #1892] JSON number values become incorrect after scripting #1883
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#1883
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 @codecor-cn on GitHub (Dec 20, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1892
Description
Version 4.15.0
when use proxyman script to change the response data and data is json format; then json number value will change, like 72057594038268329 72057594038268373 to 72057594038268368 72057594038268336 and so on;
plase check this problem
Steps to Reproduce
Current Behavior
Expected Behavior
Environment
@NghiaTranUIT commented on GitHub (Dec 21, 2023):
@codecor-cn it's a known-issues from JavascriptCore. It can't handle the big number, so it causes the bug as you describe. I haven't found any feasible solution yet.