Sebastien
Sebastien
Hello @smacktoid , request chaining alternative work for me in 2023.5.6  Authorization fetching works too but doesn't allow unvalidated ssl certificate. in insomnia gui there is two differents options...
I confirm `@RequestMapping("${openapi.myapi.base-path:/v1}")` is not resolved using spring-hatoas:2.2.0 `ink selfRel = linkTo (methodOn(MyApi.class).resourceGet(resource.getId().toString())).withSelfRel(); ` return : ``` "links": [ { "rel": "self", "href": "http://localhost:8080/${openapi.myapi.base-path/v1}/resource/01cd1d5f-8336-4a0b-b295-21e54a7af459" } ```