mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
[GH-ISSUE #177] Unique ID not being passed #135
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#135
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 @redbullpeter on GitHub (Jun 19, 2014).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/177
In the General Settings menu there is an option to define a Unique ID to help the server identify the device.
I set the value but the value is not being passed to the server. I did a dump using print_r($REQUEST, true) and print_r($_SERVER, true) but the value I set does not appear anywhere.
Now unless I'm looking in the wrong place, it appears that the value is not being passed to the server either in the HTTP headers or POST/GET information.
This applies to both v2.5.1 and v2.6