Changes between Initial Version and Version 1 of Ticket #29208, comment 3
- Timestamp:
- Feb 22, 2022, 8:03:03 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29208, comment 3
initial v1 1 1 I stumbled into this just this week and I say this is still a problem and bad style. 2 2 3 The reason, why this is a problem, because it depends on the POST request the user sends.3 The reason, why this is a problem, is because it depends on the POST request that the user sends. 4 4 ''Normally'', what the user sends is depending on the form provide by the server. 5 5 But it is trivially to craft a POST request that does not contain a username or a password or whatever.