Forum Discussion
jonesb321
Sep 01, 2021Copper Contributor
ADF Web Activity Missing Response Headers
I may be over looking something, but I can't seem to figure out why the ADF Web Activity does not include the Response Headers. Scenario: I'm using the REST API via ADF Web Activity to Refresh ...
jonesb321
Nov 17, 2021Copper Contributor
I've been working with MSFT Support and apparently this is "as designed". Ultimately, the POST call returns an HTTP 202 along with a "Location" header that contains the URL for the GET Refresh by ID call. The way the ADF Web Activity operates is to continue to follow the URL until it receives an HTTP 200. In this case it continues straight on to the GET operation and we are none the wiser. I've asked if there was a way for us to control the flow as we may need the results from a service returning a 202, but as of now that is not possible.
MehmetAkyil
Nov 25, 2021Copper Contributor
Thanks a lot for the update jonesb321 I'll keep using Logic Apps then!