what is kCFErrorDomainCFNetwork Code=303

前端 未结 2 1208
旧时难觅i
旧时难觅i 2020-11-29 11:02

I tried to post my textFiled data to Server.but when posting I got this error:

Error: Error Domain=kCFErrorDomainCFNetwork Code=303 \"The operation co

2条回答
  •  再見小時候
    2020-11-29 11:49

    Is a parsing error from the server, when its response can't be parsed. You can look up the error codes in the CFNetworkErrors reference.

    Make sure you set HTTPMethod to POST

提交回复
热议问题