Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(protocol): proxy body in mobile dev#13773

Merged
lucasfernog merged 2 commits into
tauri-apps:devfrom
tasgon:mobile-dev-proxy-body
Jul 11, 2025
Merged

fix(protocol): proxy body in mobile dev#13773
lucasfernog merged 2 commits into
tauri-apps:devfrom
tasgon:mobile-dev-proxy-body

Conversation

@tasgon
Copy link
Copy Markdown
Contributor

@tasgon tasgon commented Jul 6, 2025

Fixes #13166 for basic non-streaming requests on iOS, Android untested. I originally wanted to use std::mem::take(request.body_mut()) to avoid a clone, but I don't know if WebResourceRequestHandlers depend on the original request body.

@tasgon tasgon requested a review from a team as a code owner July 6, 2025 01:10
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jul 6, 2025

Package Changes Through a705a4f

There are 6 changes which include @tauri-apps/cli with patch, tauri-cli with patch, @tauri-apps/api with patch, tauri-bundler with patch, tauri with patch, tauri-utils with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
@tauri-apps/api 2.6.0 2.6.1
tauri-utils 2.5.0 2.5.1
tauri-bundler 2.5.0 2.5.1
tauri-runtime 2.7.0 2.7.1
tauri-runtime-wry 2.7.1 2.7.2
tauri-codegen 2.3.0 2.3.1
tauri-macros 2.3.1 2.3.2
tauri-plugin 2.3.0 2.3.1
tauri-build 2.3.0 2.3.1
tauri 2.6.2 2.6.3
@tauri-apps/cli 2.6.2 2.6.3
tauri-cli 2.6.2 2.6.3

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@tasgon tasgon force-pushed the mobile-dev-proxy-body branch from c2fa6f7 to 8022760 Compare July 6, 2025 04:19
@lucasfernog
Copy link
Copy Markdown
Member

On Android this won't work for now due to tauri-apps/wry#1448

@lucasfernog lucasfernog merged commit 1c5df96 into tauri-apps:dev Jul 11, 2025
20 checks passed
@72wo
Copy link
Copy Markdown

72wo commented Jul 27, 2025

@lucasfernog When will Android support be available?

@aleclarson
Copy link
Copy Markdown

We should keep #13166 open until an Android fix is merged

@FabianLars
Copy link
Copy Markdown
Member

absolutely

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 this pull request may close these issues.

[bug] HTML form with POST action doesn't send body to tauri.localhost

5 participants