407
SIP

407 Proxy Authentication Required

The client must first authenticate with the proxy. The proxy returns a Proxy-Authenticate header with a challenge.

On this page

When You See This Code

When a SIP proxy requires authentication before forwarding the request. Similar to 401 but for proxy servers.

How to Fix

Resend the request with a Proxy-Authorization header containing valid credentials for the proxy.

Comparisons

Compare With

Guides

Debugging Scenarios

Glossary

Frequently Asked Questions

What is SIP 407 Proxy Authentication Required?

The client must first authenticate with the proxy. The proxy returns a Proxy-Authenticate header with a challenge.

When do you see SIP 407 Proxy Authentication Required?

When a SIP proxy requires authentication before forwarding the request. Similar to 401 but for proxy servers.

How to fix SIP 407 Proxy Authentication Required?

Resend the request with a Proxy-Authorization header containing valid credentials for the proxy.