We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
example.com/path
example.com/path?input
example.com/new-path
example.com/new-path?new-input
example.com/path?new-input
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):
flatpak info com.ranfdev.Geopard
Additional context None.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
example.com/path
. It returns a code 10 for input.example.com/path?input
. The server returns a code 30 for redirect toexample.com/new-path
example.com/new-path
. It returns another code 10 for input.example.com/new-path?new-input
, but toexample.com/path?new-input
.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):
flatpak info com.ranfdev.Geopard
)Additional context
None.
The text was updated successfully, but these errors were encountered: