How to send payload to controller api from interceptor after decrypting it
I am using Java spring boot to implement encryption and decryption of payload.i want to create a centralised place where i will decrypt all the incoming request payloads and then send it to the controller apis descrypted.