Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MMS security bug and Test bug #7

Closed
ChrisBdk opened this issue Sep 27, 2011 · 5 comments
Closed

MMS security bug and Test bug #7

ChrisBdk opened this issue Sep 27, 2011 · 5 comments

Comments

@ChrisBdk
Copy link

First of all, THANKS fro the nice app, and the everything we need to use this nice app..

Well, when I send a MMS to my PHP server, I cant get pass the security check.
It looks like it puts all the mms_part stuff, in the security calculater.

And when I run a Test Connection, it sents a incomming action...

Keep it up, and let me know if I can do anything..

Cheers...

Bjørn

@youngj
Copy link
Owner

youngj commented Sep 27, 2011

For your PHP server, are you using the included server library?
https://github.com/youngj/EnvayaSMS/blob/master/server/php/EnvayaSMS.php

The mms_parts field is included in the signature like any other POST field (before decoding the JSON)

Currently Test Connection is implemented by performing an 'outgoing' action and ignoring the results. That works for me because the 'outgoing' action doesn't change anything on my server... but I guess it should probably be changed to use its own action.

-Jesse

@youngj youngj closed this as completed Sep 27, 2011
@youngj youngj reopened this Sep 27, 2011
@ChrisBdk
Copy link
Author

WOW..quick responce.. :)

Im running it right now on a MAMP server.. And yes, Im running it with your library...
But Let me try to re-install it.. :)

Well, I dont care if you change it, Im only going to use the incomming function.. But maybe change it, just to have it right.. :)

// Bjørn

@youngj
Copy link
Owner

youngj commented Sep 27, 2011

The "test connection" button now uses the 'test' action in 2.0-beta7.

This may require updating the PHP server library:

03d5f55#diff-0

@youngj
Copy link
Owner

youngj commented Sep 27, 2011

is the security test for MMS messages working now?

@ChrisBdk
Copy link
Author

Works.. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants