-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solves problem but throws FlareSolverrException #14
Comments
I can reproduce the issue. For some reason when I send a request using .Net code I get the Cloudflare Challenge. When I send the request with FlareSolverr or my web browser I don't get the Challenge.
You can get the HTML from flareSolverrResponse.Solution.Response |
This is now happening on all domains with 403 Forbidden status challenge. Some examples: There is no challenge via FlareSolverr, however, there's instant 403 Forbidden web exception thrown when trying to navigate to one of these via .Net code. |
I have the same issues, flaresolver solves the challenge and the real call after that throws a 403 forbidden. |
the issue, as i posted in my original issue, is that the redirect claims javascript is not enabled. changing the behavior of FlareSolverr via FlareSolverrSharp isn't possible. the challenge is solved and redirects to a page that claims javascript is not enabled. looking at the code i can see that it is not enabled. |
real work requires real investigation. they marked that code as a PAID service |
the challenge is solved but redirects back to the same page which states javascript must be enabled. |
https://www.tibia.com/community/?subtopic=characters&name=Dummy
can be solved butFlareSolverrException
is thrown.The code in
ClearanceHandler.cs
is:There is no cookie in
flareSolverrResponse.Solution.Cookies
The text was updated successfully, but these errors were encountered: