-
Notifications
You must be signed in to change notification settings - Fork 177
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
Comments
For your PHP server, are you using the included server library? 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 |
WOW..quick responce.. :) Im running it right now on a MAMP server.. And yes, Im running it with your library... 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 |
The "test connection" button now uses the 'test' action in 2.0-beta7. This may require updating the PHP server library: |
is the security test for MMS messages working now? |
Works.. :) |
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
The text was updated successfully, but these errors were encountered: