HI,
Looks like it's authentication issue.
are you missing passing any authentication details while calling the URL?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
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.
HI,
Looks like it's authentication issue.
are you missing passing any authentication details while calling the URL?