Azure Data Factory: Web Activity vs HTTP Acivity/Service
Hi guys!
I am struggling with an issue in Azure Data Factory. Essentially, I can successfully get data from an API with the Web activity, but not with the HTTP (or REST) service.
I plug in a URL endpoint in the Web activity and POST some payload and it returns some JSON back perfectly. But, with the HTTP (or REST) service, I setup the same endpoint with the base URL in a Linked Service & a relative URL in a Source Dataset and I consistently get 403 Forbidden, or 400 Bad Request errors.
It leaves me to believe that there is some sort of authentication it is trying to do that I am missing. The company API I am accessing is internal and requires me to send a username & password in the POST itself, so there is no authentication step other than that.
I can provide more details as needed. If anybody has fought this before or has any ideas, I would appreciate it!
Thanks!