Behzad Khosravifar

Results 85 comments of Behzad Khosravifar

@ghost1372 I did a lot of research on this but concluded that this feature is build-in managed in `.NET`. If you pass true to the `AllowAutoRedirect` option, it should automatically...

Now, I tested the given URL in `InternetDownloadManager` and it can't download. ![image](https://user-images.githubusercontent.com/10928710/107691873-452d0b80-6cc1-11eb-94a5-4bf78a89510e.png) I don't know why, but the redirection problem solved by changing the `FetchResponseHeaders()` method of `Request` class...

I want to change `HttpWebRequest` to `HttpClient` as soon. And after this change, I can fix this issue. Thanks for your feedback dear friend

unfortunately nothing :)

I solved this problem in the new version. But I did not find a link to do another test. But it was ok in the integration tests. Please check this...

@WellitonToledo This issue is about Redirecting the download URL to another link. But I checked your mentioned address and it has no redirect URL. Also, it hadn't any other issues...

Please test the new version 2.0.7 for this problem. Thanks

I added the cancel and resume performance tests and checked this issue. I couldn't find any reason for that. Maybe your download URL had been from a server which was...

I'm researching and I hope I can find a solution soon. Because the structure cost of the program for conversion and full use of `HttpClient` is expensive.

I have WPF.Net Core 3.1 project which has a problem in auto-update with Onova when the project published as a single file! I check the execute path and find that...