JSON POST Request on the iPhone (Using HTTPS)

后端 未结 4 523
攒了一身酷
攒了一身酷 2020-12-23 15:47

I have a WCF service hosted and I\'m trying to use it within an iPhone app as a JSON POST request. I plan on using the JSON serializer later, but this is what I have for the

4条回答
  •  爱一瞬间的悲伤
    2020-12-23 16:18

    I don't know Objective C at all, but try setting the Accept header to application/json instead of application/jsonrequest.

提交回复
热议问题