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

requests in iframe not captured by custom protocol #949

Open
1 of 2 tasks
xdewx opened this issue May 5, 2023 · 3 comments · May be fixed by #1491
Open
1 of 2 tasks

requests in iframe not captured by custom protocol #949

xdewx opened this issue May 5, 2023 · 3 comments · May be fixed by #1491

Comments

@xdewx
Copy link

xdewx commented May 5, 2023

Describe the bug
I want to load page with iframe, and the html page needs .css & .js. The .html can be captured by custom protocol, however, resources needs by .html can't be loaded and console gives CONNECT_REFUSED.

Steps To Reproduce
Steps to reproduce the behavior. It must use wry directly instead of tauri.

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Platform and Versions (please complete the following information):
OS:
Rustc:

Would you want to assign yourself to resolve this bug?

  • Yes
  • No

Additional context
Add any other context about the problem here.

@amrbashir
Copy link
Member

amrbashir commented May 6, 2023

Upstream issue: MicrosoftEdge/WebView2Feedback#2341 and as of now, the new filter API is still in pre-release.

@xdewx
Copy link
Author

xdewx commented May 6, 2023

Upstream issue: MicrosoftEdge/WebView2Feedback#2341 and as of now, the new filter API is still in pre-release.

Does this mean i have to wait for the upstream release to use it? It looks like it's going to be a long process. Is there any equivalent in the meantime?

@FabianLars
Copy link
Member

Does this mean i have to wait for the upstream release to use it?

Yes.

Is there any equivalent in the meantime?

Not that we know of. And since the webview2feedback issue doesn't mention a workaround either i'm not hopeful about it tbh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📬Proposal
3 participants