Skip to content

Commit

Permalink
add content length to ignored headers (#2780)
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored Feb 18, 2022
1 parent e697883 commit b8e9ff9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ public RecordMatcher(bool compareBodies = true, bool ignoreQueryOrdering = false
"sec-ch-ua-platform",
"Referrer",
"Referer",
"Origin"
"Origin",
"Content-Length"
};

/// <summary>
Expand Down

0 comments on commit b8e9ff9

Please sign in to comment.