mirror of
https://github.com/NdoleStudio/httpsms.git
synced 2026-04-26 19:35:50 +03:00
[GH-ISSUE #645] Support sending empty messages (empty body - remove minimum amount of 1 char) #65
Labels
No labels
In Review
documentation
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/httpsms#65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @s256 on GitHub (Apr 28, 2025).
Original GitHub issue: https://github.com/NdoleStudio/httpsms/issues/645
My phone provider (
o2) asks me to send an empty text message to one of their service numbers (56656) to retrieve infos.Unfortunately that is not possible with
httpsmsright now. I getThe content field must be minimum 1 char.Is there a technical limitation/spec why empty bodies are not allowed?
Otherwise I would like to propose this as a feature request.
@AchoArnold commented on GitHub (Apr 28, 2025):
@s256 How do you send an empty SMS on your mobile phone?
@s256 commented on GitHub (Apr 28, 2025):
yep. fair. neither iOS nor Android support it. And I assume old clamshells wont either. I'm closing the issue.
@AchoArnold commented on GitHub (Apr 28, 2025):
I also just edited the code to send an empty SMS and it fails on the android phone.
java.lang.IllegalArgumentException: Invalid message body