Displaying 1 result from an estimated 1 matches for "urlcontrol".
Did you mean:
procontrol
2007 Nov 04
4
Hidden URL
...o
access your photos. Usually the URL looks like this:
http://www.domain.com/url/khjuytf678ysdfksdgihsd
Where "khjuytf678ysdfksdgihsd" is an encoded path. Let say I want to
have a public-private page for:
http://www.domain.com/event/124/pinvitation/12
Now I created a controller called URLController that take the encoded
path and redirect to it:
"khjuytf678ysdfksdgihsd" becomes "event/124/pinvitation/12"
That works well. But an evil mind can actually directly write "event/
124/pinvitation/12" in the browser and access the same page.
The other way I could do t...