FlareSolverrSharp
FlareSolverrSharp copied to clipboard
FlareSolverr .Net / Proxy server to bypass Cloudflare protection
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`  Ask me if...
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);...
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...