JamesReed68
JamesReed68

Reputation: 419

Preserve a query string at the end of a short URL (bit.ly | YOURLS), and preserve it on the resolved URL

Here is the problem

Recreating the problem

  1. I find a link to shorten: https://www.google.com/search/
  2. I shorten: https://www.google.com/search/ to https://sho.rt/Google/
  3. I then create my snippet with the https://sho.rt/Google/ URL
</form method="GET" action="sho.rt/Google" _lpchecked="1">
  </input type="text" placeholder="What would you like to find on google?" name="?q=">
  </button type="submit" id="submit">Search</button>
</form>

Can any of you think of a clever solution to this problem?

You are likely thinking, why even add the addition step of shortening the URL...here is why...

Upvotes: 1

Views: 1239

Answers (0)

Related Questions