Skip to content

shortme-1.1.0

Compare
Choose a tag to compare
@andyxning andyxning released this 16 Apr 01:22
· 32 commits to master since this release
  • Convert same long urls to different short urls.
  • Short url black list
    • To avoid some words, like f**k and stupid
    • To make sure that apis such as /version and /health will only be
      used as api not short urls. So that when requesting http://127.0.0 .1:3030/version, version info will be returned rather the long url
      corresponding to the short url "version".
  • Base string config in configuration file
    • Once this base string is specified, it can not be reconfiged anymore
      otherwise the shortened urls may not be unique and thus may conflict with
      previous ones.
  • Avoid short url loop
    • In case we request the short url for an already shortened url by
      shortme. This is meaningless and will consume more resource in
      shortme.
  • Shorting only http or https urls