[GH-ISSUE #206] Wrong Sync URL #148

Closed
opened 2026-02-28 01:23:26 +03:00 by kerem · 4 comments
Owner

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) SMSSync calls http://somedomain.com/Sync?task=send/. I think this is wrong.
When i wrote http://somedomain.com/Sync/ (with / in the end then) calls same URL without changes and task is in the POST.

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) `SMSSync` calls `http://somedomain.com/Sync?task=send/`. I think this is wrong. When i wrote `http://somedomain.com/Sync/` (with `/` in the end then) calls same `URL` without changes and `task` is in the `POST`.
kerem 2026-02-28 01:23:26 +03:00
Author
Owner

@eyedol commented on GitHub (Oct 16, 2014):

Perhaps from code, strip trailing slashes or be anal about it in the documentation.

<!-- gh-comment-id:59381275 --> @eyedol commented on GitHub (Oct 16, 2014): Perhaps from code, strip trailing slashes or be anal about it in the documentation.
Author
Owner

@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/

<!-- gh-comment-id:59879082 --> @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/`
Author
Owner

@eyedol commented on GitHub (Oct 22, 2014):

Couldn't reproduce. Closing it for now. Kindly reopen with steps on how to reproduce it.

<!-- gh-comment-id:60052883 --> @eyedol commented on GitHub (Oct 22, 2014): Couldn't reproduce. Closing it for now. Kindly reopen with steps on how to reproduce it.
Author
Owner

@Yuseinov commented on GitHub (Oct 28, 2014):

Try with URL: https://eyedol.crowdmap.com/smssync - without / in the end.

<!-- gh-comment-id:60753550 --> @Yuseinov commented on GitHub (Oct 28, 2014): Try with URL: `https://eyedol.crowdmap.com/smssync` - without `/` in the end.
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#148
No description provided.