i am using http activity where i get amazon s3 url in response
when i tried to hit that URL using http again i am getting 200 but content is null
where as when i tried in postman its giving valid response also in UiPath a file with .bin extension is getting downloaded automatically
i tried same thing in just a test project to get the idea how to develop it is giving required response its a process but when i tried same in test automation then only this is happening
Could you double check the Postman setting, and whether it is currently set to NOT auto-follow any redirect requests?
Is your Postman reply maybe coming with the status code 301?
@loginerror yes auto follow any redirect request was ON
with that It was working getting 200
without that as well its working getting 200
also in UiPath where i was just checking as it was old project there I have webapi package version 1.13.3 there it is working but with newer version i am not getting the response content as null status as 200