Skip to content

Commit

Permalink
_map_custom_http_request_headers additionally called on `_ParamPars…
Browse files Browse the repository at this point in the history
…er.parse`
  • Loading branch information
Georgiy Zatserklianyi committed Mar 4, 2025
1 parent 59b7232 commit 7335cf5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scrapy_zyte_api/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,11 @@ def _get_api_params(
api_params["jobId"] = job_id

api_params["url"] = request.url

_map_custom_http_request_headers(
api_params=api_params,
request=request,
skip_headers=skip_headers
)
return api_params


Expand Down

0 comments on commit 7335cf5

Please sign in to comment.