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

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -