ADF Web Activity is returning 403 Forbidden Error

Arghya 1 Reputation point
2022-09-10T09:52:06.233+00:00

I am trying to access an API to get a token number. That Token number would be stored as variable in set_valriable activity.

However I am not able to connect the API from ADF Web Activity. Below is the settings of Web Activity.
239638-adf-web-api-error.jpg

I am getting the below error:

  <center><h1>403 Forbidden</h1></center>  
    
    

And the same API when I am trying to access from postman, I am getting proper response.(Status Code 200).

Why it is happening like this.

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

1 answer

Sort by: Most helpful
  1. Subashri Vasudevan 11,216 Reputation points
    2022-09-10T15:09:14.377+00:00

    HI,

    Looks like it's authentication issue.

    are you missing passing any authentication details while calling the URL?


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.