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

[bug] Encoded text cannot have a 6-bit remainder on iOS #9735

Open
yIllusionSky opened this issue May 10, 2024 · 0 comments
Open

[bug] Encoded text cannot have a 6-bit remainder on iOS #9735

yIllusionSky opened this issue May 10, 2024 · 0 comments
Labels
platform: iOS status: needs triage This issue needs to triage, applied to new issues type: bug

Comments

@yIllusionSky
Copy link

Describe the bug

I use fetch to send a Post request. It is successfully requested on Windows, Android, and Mac, but on iOS it reports an error Encoded text cannot have a 6-bit remainder.
My http part:
{
"identifier": "http:default",
"all": true,
"allow": [{ "url": "https://**" }]
}

Reproduction

No response

Expected behavior

success get result

Full tauri info output

[✔] Environment
    - OS: Mac OS 14.4.1 X64
    ✔ Xcode Command Line Tools: installed
    ✔ rustc: 1.80.0-nightly (87293c958 2024-05-08)
    ✔ cargo: 1.80.0-nightly (0ca60e940 2024-05-08)
    ✔ rustup: 1.27.1 (54dd3d00f 2024-04-24)
    ✔ Rust toolchain: nightly-aarch64-apple-darwin (environment override by RUSTUP_TOOLCHAIN)
    - bun: 1.0.36

[-] Packages
    - tauri [RUST]: 2.0.0-beta.19
    - tauri-build [RUST]: 2.0.0-beta.15
    - wry [RUST]: 0.39.5
    - tao [RUST]: 0.28.0
    - tauri-cli [RUST]: 2.0.0-beta.17
    - @tauri-apps/api : not installed!
    - @tauri-apps/cli [NPM]: 2.0.0-beta.17

[-] App
    - build-type: bundle
    - CSP: default-src 'self'; img-src 'self' data:;; connect-src ipc: http://ipc.localhost
    - frontendDist: ../dist
    - devUrl: http://localhost:5173/
    - framework: Vue.js
    - bundler: Vite

[-] iOS
    - Developer Teams: None

Stack trace

No response

Additional context

No response

@yIllusionSky yIllusionSky added status: needs triage This issue needs to triage, applied to new issues type: bug labels May 10, 2024
@amrbashir amrbashir changed the title [bug] Encoded text cannot have a 6-bit remainder. [bug] Encoded text cannot have a 6-bit remainder on iOS May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: iOS status: needs triage This issue needs to triage, applied to new issues type: bug
Projects
None yet
Development

No branches or pull requests

2 participants