|
|
|
|
|
by Eyas
38 days ago
|
|
The best pattern I've seen is hash the request and validate that it is the same one. If not, error out as it is an invalid argument. "Best guess" can be bad if it is not well-defined, but you can still make error detection obvious rather than hidden. |
|