483
SIP

483 Too Many Hops

The Max-Forwards header has reached zero, indicating the request has passed through too many proxies.

On this page

When You See This Code

When a request traverses more proxies than the Max-Forwards counter allows (default 70). Often indicates a routing loop.

How to Fix

Check for routing loops. If the path is legitimately long, increase Max-Forwards. Usually indicates misconfigured routing.

Compare With

Guides

Debugging Scenarios

Glossary

Frequently Asked Questions

What is SIP 483 Too Many Hops?

The Max-Forwards header has reached zero, indicating the request has passed through too many proxies.

When do you see SIP 483 Too Many Hops?

When a request traverses more proxies than the Max-Forwards counter allows (default 70). Often indicates a routing loop.

How to fix SIP 483 Too Many Hops?

Check for routing loops. If the path is legitimately long, increase Max-Forwards. Usually indicates misconfigured routing.