GO-Building a simple URl Shortener

Hello guys. I am in need of some assistance building a URL shortener. I have done most of it, I only need a Handler to actually well handle the Shortened links(understand that they are connected to the normal ones and host them). I am using GO for everything, except HTML and CSS which make my web page.
@joncalhoun can you help?

Isn’t the last part to respond to all incoming requests to shortened url with a 301 moved permanently and pointing to the correct url.

Like this but different urls for different requests

Yeah bro this sounds promising

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.