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

[feature] Remove unique constraint from URL #2286

Closed
Noki opened this issue Apr 2, 2024 · 1 comment
Closed

[feature] Remove unique constraint from URL #2286

Noki opened this issue Apr 2, 2024 · 1 comment
Labels
enhancement New feature or request user-interface

Comments

@Noki
Copy link

Noki commented Apr 2, 2024

Version and OS
v0.45.17 on linux/docker

Is your feature request related to a problem? Please describe.
Describe the use-case and give concrete real-world examples
I want to detect changes on pages that are only reachable after filling a form and submitting it (browser steps), which results in a post request showing a result based on the input:

https://example.com/ -> Fill form with value 1 & POST submit -> https://example.com/result shows the desired result
https://example.com/ -> Fill form with value 2 & POST submit -> https://example.com/result shows the desired result

The unique constraint on the URL prohibits that there can be 2 checks implemented with the same start URL.

Note: I tried adding a parameter and anchor to the URL (https://example.com/?foo && https://example.com/#foo) but the URL handling of the website is smart and does not show the input form in this case.

Describe the solution you'd like
The unique constraint of the URL must be lifted so multiple change detections can be created where browser steps need to start on the same URL.

Note: This feature request conflicts with the following feature request: #1571

@Noki Noki added the enhancement New feature or request label Apr 2, 2024
@dgtlmoon
Copy link
Owner

dgtlmoon commented Apr 3, 2024

heya, yeah actually I agree, this constraint is really not necessary - or maybe could be a config option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request user-interface
Projects
None yet
Development

No branches or pull requests

2 participants