How to not show URLs in the browser - Using post instead of get?
451057Oct 13 2005 — edited Mar 21 2006You can configure Apache so URLs are not shown in the address bar in the browser. This way it will be harder to just change a parameter and may have access to some data the user is not supposed to se. It is something about using POST instead of GET. Does this work for HTML DB? Anybody tried it?