Punycode domains don't work properly #1265

Closed
opened 2025-11-26 22:43:16 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @AFakeman on GitHub (Apr 5, 2021).

Describe the Bug

If you use non-ASCII domain name for your own deployment, you cannot input it directly into the application.

Steps To Reproduce

  1. Set up a Bitwarden Server on hostname like "битварден.host.example"
  2. Try putting it into the mobile app
  3. Try logging in

Expected Result

The application works just as if you used a regular ASCII domain

Actual Result

An error pops up, saying that this domain is not supported

Environment

  • Device: iPhone XR
  • Operating system: iOS 14.4.2
  • Build Version (go to "Settings" → "About" in the app): 2.9.1 (544)
  • Is this a Beta release? N

Additional Context

Encoding punycode and putting it as xn-… works, but is inconvenient to keep the encoding somewhere or using a tool each time.

Originally created by @AFakeman on GitHub (Apr 5, 2021). <!-- Comment: Please do not submit feature requests. The [Community Forums][1] has a section for submitting, voting for, and discussing product feature requests. [1]: https://community.bitwarden.com --> ## Describe the Bug If you use non-ASCII domain name for your own deployment, you cannot input it directly into the application. ## Steps To Reproduce 1. Set up a Bitwarden Server on hostname like "битварден.host.example" 2. Try putting it into the mobile app 3. Try logging in ## Expected Result <!-- Comment: A clear and concise description of what you expected to happen. --> The application works just as if you used a regular ASCII domain ## Actual Result <!-- Comment: A clear and concise description of what is happening. --> An error pops up, saying that this domain is not supported ## Environment - Device: iPhone XR - Operating system: iOS 14.4.2 - Build Version (go to "Settings" → "About" in the app): 2.9.1 (544) - Is this a Beta release? N ## Additional Context Encoding punycode and putting it as xn-… works, but is inconvenient to keep the encoding somewhere or using a tool each time.
Author
Owner

@vvolkgang commented on GitHub (Jun 20, 2024):

Issue migrated to https://github.com/bitwarden/mobile/issues/1356

@vvolkgang commented on GitHub (Jun 20, 2024): Issue migrated to https://github.com/bitwarden/mobile/issues/1356
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#1265