Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How can I store a custom URL without it appending "/" when I use it?

  • No replies
  • 1 has this problem
  • 1 view
more options

Suppose I create these URLs as custom autocomplete entries:

https://www.example.com/abc?xyz=123

https://www.example.com/?fgh

The first one appends "/" automatically when using it, which breaks the xyz parameter value.

On the second one, the valueless GET parameter fgh is removed.

Please fix this! Auto complete should match the URLs I store, otherwise there's not much value in using it.

Suppose I create these URLs as custom autocomplete entries: https://www.example.com/abc?xyz=123 https://www.example.com/?fgh The first one appends "/" automatically when using it, which breaks the xyz parameter value. On the second one, the valueless GET parameter fgh is removed. Please fix this! Auto complete should match the URLs I store, otherwise there's not much value in using it.