If the request header is obtained to implement unified authorization verification
MANJUSAK opened this issue · 0 comments
MANJUSAK commented
If the request header is obtained to implement unified authorization verification
springmvc can be obtained as follows
@Autowired
private HttpServletRequest request;
But how to get the request header information when graphql uses webflux?