How do I create a URL shortener?

后端 未结 30 2090
我寻月下人不归
我寻月下人不归 2020-11-22 05:11

I want to create a URL shortener service where you can write a long URL into an input field and the service shortens the URL to \"http://www.example.org/abcdef\

30条回答
  •  太阳男子
    2020-11-22 05:47

    Take a look at https://hashids.org/ it is open source and in many languages.

    Their page outlines some of the pitfalls of other approaches.

提交回复
热议问题