API response int field modified from original response #2924
Labels
bug
Something isn't working
duplicate
This issue or pull request already exists
module-bigint
short-term-goal
I have checked the following:
Describe the bug
If response of the API I’m calling contains very long number, the number gets modified in the response within Bruno. Same issue was reported here #1000 and supposed to be fixed here - #1405
However I’m still encountering the same problem in version v1.26.1.
Example API response via any other client (eg. curl).
{
"CardId": 100000000000078729,
"CardIssuedDate": "2000-01-01T16:34:00"
}
Example API response within Bruno for same resource.
{
"CardId": 100000000000078800,
"CardIssuedDate": "2000-01-01T16:34:00"
}
.bru file to reproduce the bug
No response
Screenshots/Live demo link
In this example the API is returning 18 digit long number which is getting modified within bruno. Censored sensitive data.
Other API client (insomnia)
Bruno
The text was updated successfully, but these errors were encountered: