Security stuff.
What are the main security issues when scripting PERL? Also, is it possible to make it so that the user can't edit the URL when executing a script? For example,
http://216.10.4.112/forums/newthread.php?action=newthread&forumid=1
I'd like to make it so that it looks like:
http://216.10.4.112/forums/newthread.php
Any ideas?
Mark Hensler posted this at 23:27 — 10th September 2000.
He has: 4,048 posts
Joined: Aug 2000
you need to use POST to do that... meaning forms.
if your hardcoding href, then no, you can't
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.