-
-
Notifications
You must be signed in to change notification settings - Fork 302
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
What is the right way to send HttpHeader in FQL ? #597
Comments
I have tried the following as well. That didn't help either.
|
Hey, that's definitely an unexpected behavior. Let me look into this. |
Could you try the latest from master? |
* Remodeled HTTPHeaders * Remodeled HTTPCookies
Hi there! I am able to set headers correctly like (omitted some headers for brevity):
The problems arises when I try to do the same with the CDP driver:
Leaving the driver as it is and removing the headers from the line above works just fine; the combination of both breaks the execution. The error I see in the logs is:
Thanks in advance, regards P.S. Having a blast with Ferret so far! I just rewrote a python scraper in ~25 LOC instead of 250+ :) |
Hey, I'm happy that you are enjoying using Ferret! Could you tell me what Chrome/Chromium version are you using? |
Hi @ziflex, I am working with Chrome Version 92.0.4515.107 (Official Build) (x86_64) on macOS Big Sur 11.5 (Darwin kernel 20.6.0) |
Hi,
I am trying to send Proxy-Authorization header as below.
But Ferret is crashing with the following error. What could be the issue?
The text was updated successfully, but these errors were encountered: