Re: [PHP] Re: Post URL ?

2005-07-18 Thread Raz
 You can put the value in a hidden form field and submit it with
 JavaScript, but it's still not truly hidden, as it is still sent in a
 cleartext HTTP request.

Not to mention being visible upon viewing the page source...

Raz

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: Post URL ?

2005-07-18 Thread Jasper Bryant-Greene

Raz wrote:

You can put the value in a hidden form field and submit it with
JavaScript, but it's still not truly hidden, as it is still sent in a
cleartext HTTP request.


Not to mention being visible upon viewing the page source...


Well, that depends. If it's user input that is added via JavaScript when 
a link/button is clicked, then it won't be visible in the source.


Regardless, though, it's not really any form of security.

Jasper

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php