Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Learn More

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

  • Nema odgovora
  • 1 ima ovaj problem
  • 1 prikaz
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.