ADF: Error code - RestCallFailedWithClientError

C Sharleen 0 Reputation points
2023-04-11T17:28:47.8233333+00:00

Copy data from REST API (used a dummy api) to a CSV file. Error generatedUser's image

Created a pipeline - source (REST) added the dummy API link (https://reqres.in/ - POST Register Successful) and the appropriate credentials then for sink (CSV file).

Whichever dummy API with authentication I use, getting the same error as above. When I try dummy APIs without any authentication then the pipeline is successful, so the authentication part generates some kind of an error.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,106 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,501 Reputation points Microsoft Employee
    2023-04-12T16:38:49.28+00:00

    Hi C Sharleen, Thank you for posting query in Microsoft Q&A Platform.

    If your API has an authentication logic then only you should consider using it. In your case your APIs are dummy which can work with Anonymous authentication. So please use only Anonymous authentication.

    If you use any other authentication which is not supported by API then you end up with this kind of error.

    Hope this helps. Please let me know if any further queries.


    Please consider hitting Accept Answer button. Accepted answers help community as well.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.