Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 2.25 KB

README.md

File metadata and controls

38 lines (25 loc) · 2.25 KB

HTTP protocol redirector

pages-build-deployment

https://intradeus.github.io/http-protocol-redirector?r=

Why

Ever wanted to

  • redirect some users to your own software, but Slack / Discord / Google Chat / Teams said "No!"
  • redirect your dev team from their PR to vscode instantly, but Github said "No !"

Then http-protocol-redirector is for you :)

No analytics, no nonsense, just 2 lines of code.

(There are no plans to add a shorter domain for now, as github.io has more chance to be alive in 10 years than my own domain.)

How

Simply add https://intradeus.github.io/http-protocol-redirector?r= in front of your own URL with your own protocol, and it'll forward it.

Let's say you have the ms-vscode.remote-repositories extension for vscode and want your team to open a link.

Then, neither this vscode protocol link is clickable, nor is its hyperlink version :

But by adding the redirector, you can make it clickable :

Watch out

I know that there is a security reason why these companies don't allow custom protocols to be opened, but sometimes you just wanna do more with their tools.

This is just a reminder that you should always see the content of any hyperlink you're clicking on, and you should never open something that you do not trust.

Fortunately, browsers will always ask you if you want to open something in a software, before actually opening it :)