[GH-ISSUE #309] delivery report not comming #227

Closed
opened 2026-02-28 01:23:45 +03:00 by kerem · 1 comment
Owner

Originally created by @patryk4815 on GitHub (Jul 29, 2015).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/309

I enabled all checkbox in settings.
When GET /?task=result is comming to my webside, i response json array (message_uuids) with uuids.
Then i get POST /?task=result and the post request is empty why?

Is this issue ?

Originally created by @patryk4815 on GitHub (Jul 29, 2015). Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/309 I enabled all checkbox in settings. When GET /?task=result is comming to my webside, i response json array (message_uuids) with uuids. Then i get POST /?task=result and the post request is empty why? Is this issue ?
kerem closed this issue 2026-02-28 01:23:46 +03:00
Author
Owner

@patryk4815 commented on GitHub (Aug 1, 2015):

All worked.
I use django framework, and i must use: request.read() then json.loads() and it work!

<!-- gh-comment-id:126939224 --> @patryk4815 commented on GitHub (Aug 1, 2015): All worked. I use django framework, and i must use: request.read() then json.loads() and it work!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SMSSync#227
No description provided.