You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1262 reported that by default response.headers would only expose the first value of a header e.g. when casted as a dict, acknowledging that response.headers.getlist could be used instead to get all values.
I have just found out that the latter is not true:
#1262 reported that by default
response.headers
would only expose the first value of a header e.g. when casted as adict
, acknowledging thatresponse.headers.getlist
could be used instead to get all values.I have just found out that the latter is not true:
I could verify the issue happening as far back as Scrapy 1.6, so it does not look like a recent bug.
The text was updated successfully, but these errors were encountered: