简体   繁体   中英

Intercept URL and secure endpoints

I have an issue about security of my URI. I want to intercept all my endpoints before responding to any request and I want to add my endpoints' security key that contains combination of date and any security key.

I actually succeeded in combination of security key and date part but I don't want to do that for all my endpoints manually.

I want to do that using interceptor and to add all endpoints automatically. How can I do that? Which technology should I use?

I have explained this on my blog. Have a look. https://www.springframework.in/2019/01/6-introducing-spring-security.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM