Open 0xWTC opened 2 years ago
Two solutions here either try to flush your ip AKA restart router. or use a proxy any free one would work the pattern goest:
s.get(url, headers=headers, proxy...)
you can google it
thanks. It's interesting cause I have a good residential IP and I'm actually logged in into Quillbot Premium, so I'm surprised CF is blocking that IP.
Did you notice any problem like that before with cf? Keep in mind in case yourself or someone is using your ip to dos any website that use cf dns will result in this error.i would recommend AV scanning you device just in case someone is using them as proxy.
Thanks for the anwer. I haven't noticed a problem. I've been doing extensive Quillbotting with Selenium, so to speak ;)
The interesting part is if I just log in to Quillbot Premium with Selenium and then navigate the browser to:
url = f"https://quillbot.com/api/paraphraser/single-paraphrase/2?text={string}&strength=2&autoflip=true&wikify=false&fthresh=-2&inputLang=en"eIndex=-1"
I'm getting the correct API response.
And I'm unable to replicate the same with requests/bf4. I will try some VPNs/good residential proxies and report back.
Any ideas how to override the check without getting a cookie with Selenium?