mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
[GH-ISSUE #206] Wrong Sync URL #148
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#148
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 @Yuseinov on GitHub (Oct 16, 2014).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/206
When Sync URL is
http://somedomain.com/Sync(without/in the end)SMSSynccallshttp://somedomain.com/Sync?task=send/. I think this is wrong.When i wrote
http://somedomain.com/Sync/(with/in the end then) calls sameURLwithout changes andtaskis in thePOST.@eyedol commented on GitHub (Oct 16, 2014):
Perhaps from code, strip trailing slashes or be anal about it in the documentation.
@eyedol commented on GitHub (Oct 21, 2014):
Can't reproduce this. My sample test shows this.
URL:
https://eyedol.crowdmap.com/smssync/TaskCheck URL:
https://eyedol.crowdmap.com/smssync/?task=send@Yuseinov How are you able to get the app to construct the URL as
http://somedomain.com/Sync?task=send/@eyedol commented on GitHub (Oct 22, 2014):
Couldn't reproduce. Closing it for now. Kindly reopen with steps on how to reproduce it.
@Yuseinov commented on GitHub (Oct 28, 2014):
Try with URL:
https://eyedol.crowdmap.com/smssync- without/in the end.