[PHP/HTML]: URL Masking
I want to know about the advantages and disadvantages of URL masking. Does it 开发者_开发百科really make sense from security point of view?
From a security point of view you are using the security trough obscurity principle which by itself is not safe at all.
The only 'safety' aspect you are going to get is that users are more unlikely to tamper with the URL.
精彩评论