mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
[GH-ISSUE #141] http return code 500 #111
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#111
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 @tsahye on GitHub (Dec 2, 2013).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/141
Hi,
I'm trying to write a webservice for IIS with JSON format.
When the app try to sync to the server - I get in the logs:
setHttpEntity format JSON
Sending message to the server failed.
Server error: bad http return code Server returned HTTP status code is 500.
Any help? Did someone allready made IIS webservice for SMSSync?
Thanks
Tsahy
@eyedol commented on GitHub (Dec 4, 2013):
@tsahye Could you check your IIS server logs to see whats going on there? It should give you an interesting debugging info. The issue is on the IIS side.
@tsahye commented on GitHub (Dec 4, 2013):
It gives the same error - nothing more
@eyedol commented on GitHub (Dec 4, 2013):
hmm. Mind sharing your code somewhere? Say http://gist.github.com
@eyedol commented on GitHub (Dec 17, 2013):
Closing this issue. Not an issue related to SMSSync