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:

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

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -