Setting HTTP Response Headers In Thymeleaf

preview_player
Показать описание
How to set HTTP Response Headers in Spring Boot / Spring MVC when using Thymeleaf templates.
Рекомендации по теме
Комментарии
Автор

Hello I implement a project with thymeleaft spring Security jwt. The service work fine when I call It by postman, passing in the header the token. When i call It from a form miss the token. How i can pass the token from thymeleaft form?

paolatirro