youngj / EnvayaSMS

Simple SMS and MMS gateway running on Android
http://sms.envaya.org
Other
161 stars 177 forks source link

How to get approved? #12

Closed ChrisBdk closed 12 years ago

ChrisBdk commented 13 years ago

Im sorry for this question, but Im a bit rusty on the PHP..

But how or can I get "approved" when I call the page from a normal browser to read out the messages i stored in a mySQL base?

// Cheers

youngj commented 13 years ago

One way is to make a separate PHP script that doesn't have the validation check.

Although, I think it would be helpful for the server libraries to come with code that allows you to test commands from the browser.

youngj commented 12 years ago

https://github.com/youngj/EnvayaSMS/blob/master/server/php/example/www/test.html now allows simulating EnvayaSMS's HTTP requests from a normal web browser.