karan / chrome-url-alias

Chrome extension to set URL aliases ("m/" goes to "mail.google.com" etc)
http://bit.ly/url-alias
Apache License 2.0
113 stars 28 forks source link

Redirection always adds "/" in the end. #12

Open avinashdharan opened 6 years ago

avinashdharan commented 6 years ago

I have defined the below alias. whosis/### https://dig.whois.com.au/ip/###

The current redirection always adds a forward slash (/) at the end causing some URLs to not work. Example https://dig.whois.com.au/ip/201.148.125.115/ -- I get Route not found But https://dig.whois.com.au/ip/201.148.125.115 -- this URL provides me the desired data.

parameshyss commented 6 years ago

https://github.com/karan/chrome-url-alias/pull/13