[GH-ISSUE #123] Same endpoint returns different "version" and body format #100

Open
opened 2026-03-03 00:07:45 +03:00 by kerem · 0 comments
Owner

Originally created by @nassimoufighou on GitHub (Feb 14, 2026).
Original GitHub issue: https://github.com/binimum/tidal-ui/issues/123

Describe the bug
Same endpoint not returning same response depending on who's perfoming the request.

To Reproduce
Steps to reproduce the behavior:

  1. Perform GET request from Postman with URL: "https://hifi-two.spotisaver.net/track/?id=140276071&quality=LOSSLESS"
  2. Perform same request mentioned above from a Java client.

Example of bug
N/A

Expected behavior
A request should return same body response, no matter who's performing the request.

Additional context
The "version" field in the request response is different in both executions, so that may lead to a different model usage for the endpoint.

Originally created by @nassimoufighou on GitHub (Feb 14, 2026). Original GitHub issue: https://github.com/binimum/tidal-ui/issues/123 **Describe the bug** Same endpoint not returning same response depending on who's perfoming the request. **To Reproduce** Steps to reproduce the behavior: 1. Perform GET request from Postman with URL: "https://hifi-two.spotisaver.net/track/?id=140276071&quality=LOSSLESS" 2. Perform same request mentioned above from a Java client. **Example of bug** N/A **Expected behavior** A request should return same body response, no matter who's performing the request. **Additional context** The "version" field in the request response is different in both executions, so that may lead to a different model usage for the endpoint.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tidal-ui#100
No description provided.