[GH-ISSUE #155] finmars api next & previous urls have http instead of https #73

Open
opened 2026-03-03 11:58:43 +03:00 by kerem · 0 comments
Owner

Originally created by @sergeiosipov on GitHub (Jan 15, 2026).
Original GitHub issue: https://github.com/finmars-platform/finmars-core/issues/155

Originally assigned to: @HenkKalkwater on GitHub.

next & previous urls have http instead of https

example: https://eu-central.finmars.com/realm0v4ry/space0ni7l/api/v1/instruments/instrument/?page=2

{
    "count": 133,
    "next": "http://eu-central.finmars.com/realm0v4ry/space0ni7l/api/v1/instruments/instrument/?page=3",
    "previous": "http://eu-central.finmars.com/realm0v4ry/space0ni7l/api/v1/instruments/instrument/",
    "results": [ ...
Originally created by @sergeiosipov on GitHub (Jan 15, 2026). Original GitHub issue: https://github.com/finmars-platform/finmars-core/issues/155 Originally assigned to: @HenkKalkwater on GitHub. next & previous urls have http instead of https example: https://eu-central.finmars.com/realm0v4ry/space0ni7l/api/v1/instruments/instrument/?page=2 ``` { "count": 133, "next": "http://eu-central.finmars.com/realm0v4ry/space0ni7l/api/v1/instruments/instrument/?page=3", "previous": "http://eu-central.finmars.com/realm0v4ry/space0ni7l/api/v1/instruments/instrument/", "results": [ ... ```
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/finmars-core#73
No description provided.