[FR] Set URL parameter in the Go's URL
Some users would have some benefits to be able to add some query string parameter in the Go's URL.
- Normal case: https://go.epfl.ch/mag → https://www.epfl.ch/campus/services/magazine
- With URL suffix: https://go.epfl.ch/mag/page/10 → https://www.epfl.ch/campus/services/magazine/page/10
- With URL query string: https://go.epfl.ch/mag?param1=4¶m2=8 → https://www.epfl.ch/campus/services/magazine?param1=4¶m2=8
Edited by ponsfrilus