-
Notifications
You must be signed in to change notification settings - Fork 192
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
Comments
Thanks @hbzhang3 for bringing up this feature request. |
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. |
Thank you for the information. I'll pass this request on to the team and will post updates on this issue. |
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/ |
Thank you for your information @wrongsahil |
Requestly extension cannot intercept requests from web worker, is there any plan for this feature?
The text was updated successfully, but these errors were encountered: