Twilio Post Issue on Heroku + Rails 4 -
my app used hosted on hosting platform i've had move heroku recently.
since dns hosted godaddy, i've had cname www.medapulse.org https://salty-coast-5328.herokuapp.com/ , forward medapulse.org www.medapulse.org.sending texts app works fine twilio setup corre
sadly, has broken route app receive text messages (to convert emails , save db).
this current route working medapulse.org:
get "text_messages/receive" match '/receivetext' => 'text_messages#receive', :via => :post
i've tried change twilio post url no avail when text app:
post urls i've tried on twilio:
- http://medapulse.org/receivetext (408 response)
- http://www.medapulse.org/receivetext (400 response)
- http://salty-coast-5328.herokuapp.com/receivetext (404 response)
- https://salty-coast-5328.herokuapp.com/receivetext (500 response)
i'm sure related forwarding url/understand posting heroku. can provide.
issue solved.
i kept /receivetext route , posting to:
https://salty-coast-5328.herokuapp.com/receivetext
hope helps else has migrated heroku.
Comments
Post a Comment