Fixes http headers in casper.open
Original http headers should be set only after the query append, not immediately after calling webpage.openUrl. The request initialization may take time, and so customHeaders are not send because they are erased by the original value before the request initialization. (at least in Gecko)
Showing
1 changed file
with
6 additions
and
3 deletions
-
Please register or sign in to post a comment