Skip to main content

Bright Data HTTP错误

HTTP标头字段

HTTP或HTTPS请求将返回以下字段:

获取HTTP标头字段

从命令行进行测试

要查看和测试您的设置或解决问题,您可以在shell提示符下运行curl命令,并添加选项标志-v 。此标志将以详细模式运行curl并打印出标头字段,包括自定义错误代码和消息。
To see a more compact view with the header fields response only use the -i option for curl:
或者,您可以使用nc命令将字段打印到屏幕上:
nc inputs may include “empty” lines, those are essential for correct testing using nc command

curl Command snippet

curl command snippet, with all required zone parameters is available in the Overview tab in Bright Data control panel for the zone you are working on.

通过编程语言访问

Bright Data HTTP标头字段就像任何其他HTTP标头字段一样,可以通过您的编程语言访问。

错误目录

HTTP错误 400

When Using the Data center/ISP or gIPs products with the -ip-x.x.x.x targeting flag, the error code 400 can appear in case the IPs under your zone has been refreshed, removed, or simply changed due to system updates
This error typically arises after your BrightData account has been recently suspended. An automatic suspension occurs if your account balance becomes negative. If the suspension extends beyond 24 hours, the static allocated IPs will be released from your account. Upon reactivation, the reallocated IPs may differ from the original ones, thus if the previously allocated IPs are still being targeted - this error is thrown.
Whenever this error appears, you should go to your Bright Data Zones page, and view the updated list of IPs relevant to this zone.

HTTP错误407

If you get HTTP error 407, this implies there is an error in authentication. This can be due to incorrect credentials or due to your account being suspended.

HTTP错误401

HTTP错误403

HTTP错误 429