gpt4 book ai didi

iOS NSURLConnection : How to simulate 500 and 404 error?

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:21:20 26 4
gpt4 key购买 nike

我正在开发一个连接到 RESTFUL Web 服务以使用数据的 iOS。我正在处理 connection: didFailWithError: 委托(delegate)方法中的错误场景。

最近我了解到,我还需要处理 connection: didReceiveResponse: 委托(delegate)方法中的一些错误。因为,像 500 internal error 和 400、404 这样的错误会在 connection: didReceiveResponse: 中得到通知。

但是,一个问题是我不知道如何测试这些场景。如何重现 500 或 400 个特定错误?对此的任何建议都会对我有很大帮助!!

如果我的理解有误,请指正。

最佳答案

使用此网站调用您可能(可能)需要的每个状态代码 http://httpstat.us/

例子: 400 500

响应的格式

HTTP/1.1 {status code} {status description}
Content-Type: text/plain
Content-Length: {something}
{any custom response headers}

{status code} {status description}
{list of any custom response headers we added}

关于iOS NSURLConnection : How to simulate 500 and 404 error?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32091954/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com