Forum Discussion
You can use the interceptors to add pre/post processing to requests. Just remember that this logic would be accessible by the end user.
Related Content
- 8 months ago
- 3 years ago
Recent Discussions
- 7 days ago
- 7 days ago
- 24 days ago
I have locally created swagger editor then generated json , with the help of which created a swagger ui , easily able to do post and get operation , but this was plain json post and get , now i want to implement encryption for the data that i post and decrypt the data which is received as response where do i need to implement these methods (encryption and decryption methods)that encrpt and do post operation and decrypt and give data, and need to generate app_key , where to add these methods in editor or in UI ??
You can use the interceptors to add pre/post processing to requests. Just remember that this logic would be accessible by the end user.