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

intercept HTTP request from worker #2141

Open
hbzhang3 opened this issue Sep 4, 2024 · 5 comments
Open

intercept HTTP request from worker #2141

hbzhang3 opened this issue Sep 4, 2024 · 5 comments
Labels
issue Distinguish between PR and Issue type: feature_request

Comments

@hbzhang3
Copy link

hbzhang3 commented Sep 4, 2024

Requestly extension cannot intercept requests from web worker, is there any plan for this feature?

@hbzhang3 hbzhang3 added the issue Distinguish between PR and Issue label Sep 4, 2024
@echo-sg
Copy link

echo-sg commented Sep 4, 2024

Thanks @hbzhang3 for bringing up this feature request.
We have it in our backlog, but it's not on our immediate roadmap.
To better prioritize it, I'd appreciate some additional details from you. Could you share the specific scenarios where you need to intercept requests from Web Workers? Also, how often do you need this?

@hbzhang3
Copy link
Author

hbzhang3 commented Sep 4, 2024

Hi @echo-sg , thanks for quick response, i need this because my webapp calls rest api in worker. I can debug my app much easier if Requestly can intercept and modify these requests.

@echo-sg
Copy link

echo-sg commented Sep 4, 2024

Thank you for the information. I'll pass this request on to the team and will post updates on this issue.

@wrongsahil
Copy link
Member

Hey @hbzhang3. Right now it is not possible for us to intercept requests from workers as we use Chrome APIs internally which do not support intercepting these requests. We'll see what can be done here.

As a workaround, in case your requests aren't cached by the worker, you can still use our desktop app. It can intercept requests from webworkers too as it uses proxy internally. https://requestly.com/downloads/desktop/

@hbzhang3
Copy link
Author

hbzhang3 commented Sep 4, 2024

Thank you for your information @wrongsahil

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue Distinguish between PR and Issue type: feature_request
Projects
None yet
Development

No branches or pull requests

3 participants