449 Retry With

IIS code telling the client to retry after supplying additional information the server needs.

Status

HTTP/1.1 449 Retry With

Details

449 was introduced by Microsoft so a server could ask a client to resend a request with more information, for example additional parameters required by an extension. The details of what is missing are carried in the response body.

It never spread beyond Microsoft software and is rare even there.

Common causes

How to fix it

As the client

As the server

Examples

POST /service.asmx HTTP/1.1
Host: legacy.example.com

HTTP/1.1 449 Retry With

See also