Skip to content
New issue

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

Current URL for input not updated after redirect #51

Open
autumnull opened this issue Sep 28, 2022 · 0 comments
Open

Current URL for input not updated after redirect #51

autumnull opened this issue Sep 28, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@autumnull
Copy link

Describe the bug

  1. You access a URL, say example.com/path. It returns a code 10 for input.
  2. Geopard submits that input as example.com/path?input. The server returns a code 30 for redirect to example.com/new-path
  3. Geopard accesses the URL at example.com/new-path. It returns another code 10 for input.
  4. Geopard submits that input not to example.com/new-path?new-input, but to example.com/path?new-input.
  5. 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.

@autumnull autumnull added the bug Something isn't working label Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant