Geopard
Geopard copied to clipboard
Current URL for input not updated after redirect
Describe the bug
- You access a URL, say
example.com/path
. It returns a code 10 for input. - Geopard submits that input as
example.com/path?input
. The server returns a code 30 for redirect toexample.com/new-path
- Geopard accesses the URL at
example.com/new-path
. It returns another code 10 for input. - Geopard submits that input not to
example.com/new-path?new-input
, but toexample.com/path?new-input
. - Explosions ensue.
To Reproduce See above.
Expected behavior
Geopard should submit the second input to example.com/new-path?new-input
.
Screenshots None.
Software info (please complete the following information):
- OS: Arch Linux
- Geopard's Version [e.g. 1.3.0] (you can retrieve the current version with
flatpak info com.ranfdev.Geopard
)
Additional context None.