Sebastien

Results 2 comments of Sebastien

Hello @smacktoid , request chaining alternative work for me in 2023.5.6 ![image](https://github.com/Kong/insomnia/assets/20494029/e9a828e9-c107-49ea-bc22-b57aa01638d9) 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" } ```