HTTP 103 Early Hints
InformationalUsed to return some response headers before the final HTTP message. Allows the browser to start preloading resources.
Common Causes
- Server wants browser to preload CSS/JS files
- Link headers sent before full response is ready
How to Fix
- No action needed, this optimizes page load
- Use with Link headers for preloading resources
Related Status Codes
Need to look up other HTTP status codes?
View the Full HTTP Status Code Reference