ADF Pipeline Error:
HttpSourceUnsupportedStatusCode
What does this error mean?
The HTTP source returned a status code ADF does not treat as success. By default, ADF expects HTTP 200 — other 2xx or redirect codes may trigger this error.
Common causes
- 1The HTTP server returned a 201, 204, or 3xx redirect that ADF does not handle for the file source
- 2The API returns a non-200 success code that is not in the ADF accepted status code list
How to fix it
- 1Review the HTTP server response to understand which status code was returned.
- 2Update the ADF HTTP source additional headers or request settings if a different response code indicates success.
- 3If the server returns a redirect (3xx), ensure the linked service is configured to follow redirects.
- 4Contact the ADF support team if the status code is a valid success code not recognized by ADF.