typpo / textbelt

Free API for outgoing SMS
https://textbelt.com/
MIT License
3.07k stars 519 forks source link

Hi everyone, can this project still send SMS messages for free now #184

Open ricohrh opened 11 months ago

ricohrh commented 11 months ago

Hi everyone, can this project still send SMS messages for free now

daluu commented 11 months ago

Only if you self host your own instance of the project/software. The public online service version is no longer free, or rather restricting for what you call free.

brian404 commented 10 months ago

Only if you self host your own instance of the project/software. The public online service version is no longer free, or rather restricting for what you call free.

How i hosted its running on port 9090 but when i send a post request i get error <!DOCTYPE html>

Error
Cannot POST /send
daluu commented 10 months ago

@typpo any thoughts? On latest comment/error?

Is there a way to dump the full exception for why the POST failed? Or it's already there, where to check for the server logging of running textbelt instance?

@brian404 how are you making the POST request? What is the given URL and payload like? We would want to be sure the request is properly sent to textbelt to process. Is the returned error an HTTP 500, 400, or 404? I can't tell from the given output.

brian404 commented 10 months ago

curl -X POST http://155.248.239.139:9090/text \ then i get the error cannot POST

Cannot POST /text