FlareSolverrSharp icon indicating copy to clipboard operation
FlareSolverrSharp copied to clipboard

FlareSolverr .Net / Proxy server to bypass Cloudflare protection

Results 12 FlareSolverrSharp issues
Sort by recently updated
recently updated
newest added

Hi, First of all thanks for this awesome project 👍 I'm trying to access Cloudfare protected website through FlareSolverrSharp, here the error on FlareSolverr.exe : `NS_ERROR_PROXY_CONNECTION_REFUSED` ![image](https://user-images.githubusercontent.com/29730840/182179944-f8abb18d-0a2d-4ff3-aeb5-670ae8d98a5b.png) Ask me if...

question

Update project to .NET 8 - Update .NET from 7 to 8 - Update NuGet package - Update CI version - Update to FlareSolverrSharp to 3.0.7

Adds support for FlareSolverr v3.2.0's cookies.

Added a method called `GetIndex` to allow the users to get the status **(among the useful UserAgent)** of the FlareSolverr service before doing any expensive requests.

`https://www.tibia.com/community/?subtopic=characters&name=Dummy` can be solved but `FlareSolverrException` is thrown. The code in `ClearanceHandler.cs` is: ``` // Change the cookies in the original request with the cookies provided by FlareSolverr InjectCookies(request, flareSolverrResponse);...

more information needed

Hi, I'm currently trying to use FlareSolverrSharp in one of my applications. Microsoft recommends to use a IHttpClientFactory for dependency injection. This library doesn't seem compatible with that. I always...

For performance reason and supporting Native AOT. This also has the improvements from feat/persistence-cookie branch.

This is useful so in case the program restarts, it can still make requests without needing to solve the cloudflare challenge again until the cookie expires. `FlareSolverrResponse` instance can be...

Hi, when I send a request with the ClearenceHandler in C# I get an exception with the message "The cookies provided by FlareSolverr are not valid". Here is the code...

help wanted