HTTP response ended prematurely

Http client: The response ended prematurely, with at least 264808 additional bytes expected. (ResponseEnded)

I get this error, while trying to use HTTP request in a Parallel for each. How to avoid this error? The api call is Ebay GetSellerList call

hi @Povilas_Jonikas ,

Have you tried putting the activity in a retry scope so it can retry at least 3 times before failing?
Maybe the http endpoint is trying to handle too many requests at the same time?