Page MenuHomePhabricator

Implement URL selection step
Open, Needs TriagePublicFeature

Description

The URL selection step would return the target webpage's full URL or parts of it.

The configuration value may mimic the browsers' URL object. For example, href for the full URL, hash for the fragment identifier, etc.

Event Timeline

diegodlh changed the subtype of this task from "Task" to "Feature Request".Aug 31 2022, 2:04 PM

hash for the fragment identifier

Note that since T316257 was resolved, fragment identifiers are ignored as part of URL normalization.

Because fragment identifiers should be used to refer to specific parts on a webpage and not change the webpage that is returned by the web server (as opposed to query string parameters) I understand that it is OK that they are ignored.

Then, it would make no sense to have this hash option in the URL selection step.