I'm using HATEOAS for my REST API which is behind https, but link stay in http.
"links": [
{
"rel": "self",
"href": "http://..."
},
{
"rel": "object",
"href": "..."
}
]
Is it possible to config HATEOAS to point on my https ?