mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-26 00:05:57 +03:00
[GH-ISSUE #112] Smsync tasker request needs to send a value that can be authenticated against in the receiving webservice #91
Labels
No labels
Bug report
Code improvement
Concern
Feature request
Feature request
Good first issue to work on
In progress
Needs info
Question
Ready
Translation
User Experience
User Experience
Website
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SMSSync#91
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vaneyck on GitHub (Jul 24, 2013).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/112
If some malicious developer had the url where the web service is running, they would be able to poll for messages to send.
This is because the url that smssync generates looks as follows http://somedomain.com/smssync?task=send
Anyone who can formulate this can get your messages and send them on your behalf using his smssync running instance
So we need to sharpen this section of the app, the tasker should possibly send the secret as part of the GET request or as part of the payload. The webservice can then chose to authenticate this request coming from the smssync running instance by counter checking the value(secret) sent
The docs may need updating, as they need to make mention of this new requirement.