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

Web traces: Open URLs directly #11

Open
franzliedke opened this issue Dec 19, 2018 · 0 comments · May be fixed by #102
Open

Web traces: Open URLs directly #11

franzliedke opened this issue Dec 19, 2018 · 0 comments · May be fixed by #102

Comments

@franzliedke
Copy link
Contributor

For failed requests, developers would like to quickly open the URL to reproduce the problem. Currently, my browser does not let me copy the path (possibly because it's a link), so I can either click on the filter link and then urldecode the query parameter by hand, or use the browser's inspector to copy the path from the HTML.

I see two solutions to this problem:

a) Make it possible to select and copy the path, or
b) add another link to open the URL directly (my preferred option).

Open questions:

  • Should this be limited to certain trace types?
  • Only for GET requests?
franzliedke added a commit that referenced this issue May 21, 2019
- Only for GET requests
- Only when domain and path were given

Fixes #11.
@franzliedke franzliedke linked a pull request May 21, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant