- With issues:
- The client initiates the request using post
- Content-Type is: text/plain
-
The request data is json, but encrypted with aes, so the type is text
-
Questions:
-
- How to get to the request parameters? raw data (Text) in the Body
-
- Can I use Model binding and validation after decrypting Text into json? How should I use it?
Thanks