URL Shortening Site

后端 未结 6 1158
-上瘾入骨i
-上瘾入骨i 2021-01-06 11:15

I am working on a URL shortening site which uses PHP, MySQL and Apache. General idea of URL shortening as I look at open source projects: user gives a URL link and the syste

6条回答
  •  鱼传尺愫
    2021-01-06 11:30

    Just a security note: Do not redirect directly to the site from a shortened url if it's not under your control/domain - have a landing page where the user can see the actual url and decide whether to continue or not...

提交回复
热议问题