-
@IchHabRecht @pgampe @Cybersmog @daniel_siepmann @indyessl If the internal validation fails, there will be returned
null
which will abort all rendering process and lead into a 404 response. Of course, I could make the validation more strict, by requiring a specific pid, CType, list_type ... -
@IchHabRecht @pgampe @Cybersmog @daniel_siepmann @indyessl I added two more WHERE conditions to make the validator more strict. It even would be possible to create my own checksum with a secret salt (encryption key) inside the generate() method and validate it inside the resolve() method.
-
@IchHabRecht @pgampe @Cybersmog @daniel_siepmann @indyessl Than the URL would not look like "/fancy/1/" but like "/fancy/1-af88e7/" and trying to call "/fancy/2-af88e7/" would fail.