chrome-url-alias icon indicating copy to clipboard operation
chrome-url-alias copied to clipboard

Redirection always adds "/" in the end.

Open avinashdharan opened this issue 6 years ago • 1 comments

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.

avinashdharan avatar Mar 02 '18 13:03 avinashdharan

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

parameshyss avatar Mar 02 '18 13:03 parameshyss