Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #7 from cheesefactory/master
Browse files Browse the repository at this point in the history
Include Authorization Header in Catalog
  • Loading branch information
assaf committed May 14, 2012
2 parents aeda3ff + 04e3b4b commit 7ecee5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/replay/catalog.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mkdir = (pathname, callback)->


# Only these request headers are stored in the catalog.
REQUEST_HEADERS = [/^accept/, /^content-type/, /^host/, /^if-/, /^x-/]
REQUEST_HEADERS = [/^accept/, /^authorization/, /^content-type/, /^host/, /^if-/, /^x-/]


class Catalog
Expand Down

0 comments on commit 7ecee5d

Please sign in to comment.