Should I obscure primary key values?

后端 未结 10 2187
借酒劲吻你
借酒劲吻你 2021-02-13 02:33

I\'m building a web application where the front end is a highly-specialized search engine. Searching is handled at the main URL, and the user is passed off to a sub-directory wh

10条回答
  •  南笙
    南笙 (楼主)
    2021-02-13 02:50

    Just send the primary keys. As long as your database operations are sealed off from the user interface, this is no problem.

提交回复
热议问题