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]: Can we add tracking request IDs or features #4642

Open
userbabu opened this issue Jun 21, 2024 · 0 comments
Open

[Feature]: Can we add tracking request IDs or features #4642

userbabu opened this issue Jun 21, 2024 · 0 comments
Assignees
Labels
feature request feature request

Comments

@userbabu
Copy link

Describe the feature/enhancement you need

If a URL is reordered backwards, it will result in an inability to determine the order (it will call the WebResourceRequested event twice in a row, and then call WebResourceResponseReceived twice to return the response content)

I hope to provide an ID for each request so that I can distinguish and process them. Similar to CEF, each request is marked with the same ID for subsequent redirects, which can easily locate the problem.

The scenario/use case where you would use this feature

Used for tracking requests and further processing requests. Due to redirection, I am unable to determine which request it is, and I am unable to add a valid token

How important is this request to you?

Critical. My app's basic functions wouldn't work without it.

Suggested implementation

No response

What does your app do? Is there a pending deadline for this request?

No response

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

No branches or pull requests

2 participants