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 ...
Jane_Tom
Jun 22, 2022Copper Contributor
jonesb321
There is an option to disable async pattern now. You will get the location header with refreshID in the response headers and OperationID in the body.
Rathesh_V_Rathesh
Oct 20, 2022Copper Contributor
Jane_Tom I am using this option to get the asynchronous API response. From last 2 days(17th oct), even if that option(Disable Async Pattern) is enabled, web activity hits the location header URL and gives the response of 200 Response code instead of 202 Response code. Is this functionality removed now?