Try downloading each web view sequentially, that is, wait for the download to load the next one. Perhaps the problem is that it performs parallel requests, from what I know, ordinary browsers have limitations on the number of parallel requests to this host.
source share