Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 842 Bytes

File metadata and controls

31 lines (21 loc) · 842 Bytes

598 Network Read Timeout Error

Used by some HTTP proxies to signal a network read timeout behind the proxy.

Note: This is an unofficial status code and may not be standard across all servers.

ℹ️ Details

This status code is not specified in any RFCs, but is used by some HTTP proxies to signal a network read timeout behind the proxy to a client in front of the proxy.

💡 Common Use Case

Proxy timeout.

🔧 How to Fix / Handle

Check network connectivity and timeout settings.

💻 Code Example

HTTP/1.1 598 Network Read Timeout Error

🖼️ Visual

598 Status Code Image

🔍 Technical Info

  • Code: 598
  • Category: Unofficial

📖 Read more on MDN


🔙 Back to List