AiPromptss
Back to browse

Scene 2: Writing code according to requirements.

Language: JAVA, Spring Cloud Gateway Requirement: Write a local filter that needs to implement an authorization verification process. If the token is included…

Added May 19, 20260 views0 copies
Prompt
Language: JAVA, Spring Cloud Gateway
Requirement: Write a local filter that needs to implement an authorization verification process. If the token is included in the request header or request parameters, allow the request to pass. Otherwise, intercept the request and return 401. Also, please help me add the configuration file.

Replace text in [BRACKETS] with your own values before pasting.