1. When designing the interface of the login page, how should the login page interface URI be designed so that the front end can see the login-related tables directly from URL? What if the user table name for login is users, login interface URI is-/ users?login=1 or / users/login, do not know if there is a conventional design?
2. I want to design a URI for search engines. How do you do it? can you design it like this:
news/news_text/search?keyword={}
3. Is there no security risk in designing URI, according to restful specification to expose database table names in URL?