You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The endpoint /server/api return alls _links: {... "examples": { href }...}
with https:// prefix but the "_links" : { "self" : { "href" : "http://test.domain.org/server/api" },
is always in http://.
It generate wrong request.
Using version 7 Version: 2023.01.01
The text was updated successfully, but these errors were encountered:
Describe the bug
The endpoint /server/api return alls
_links: {... "examples": { href }...}
with https:// prefix but the
"_links" : { "self" : { "href" : "http://test.domain.org/server/api" },
is always in http://.
It generate wrong request.
Using version 7 Version: 2023.01.01
The text was updated successfully, but these errors were encountered: