Let's use keys instead of parameters #150
-
I got the idea that instead of declaring parameters with each picture of the type
You could use keys of type
Each key would be declared in the settings and its value would be assigned to specific settings. Thanks to this, we have the security that someone will not be able to attack us and change any image formats.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can already do this by implementing and registering your own You would map the incoming requests to a series of commands that then get processed. |
Beta Was this translation helpful? Give feedback.
You can already do this by implementing and registering your own
IRequestParser
You would map the incoming requests to a series of commands that then get processed.