-
Notifications
You must be signed in to change notification settings - Fork 20
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
"zyte-" headers filtered httpResponsebody #253
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #253 +/- ##
==========================================
+ Coverage 97.68% 97.75% +0.06%
==========================================
Files 14 14
Lines 1728 1778 +50
Branches 316 333 +17
==========================================
+ Hits 1688 1738 +50
Misses 18 18
Partials 22 22
🚀 New features to boost your workflow:
|
This only drops headers during mapping from |
As far as I understand scrapy-zyte-api/scrapy_zyte_api/_params.py Lines 464 to 477 in 5307100
and here: scrapy-zyte-api/scrapy_zyte_api/_params.py Lines 445 to 461 in 5307100
|
Those calls are to map both the |
On my attempt to reproduce this I got 400 Bad request (while indeed this request passed middleware/handler checks) Then |
"zyte-" headers filtered from httpResponsebody / customHttpRequestHeaders