Skip to content

Commit

Permalink
Set the HAR file to capture all headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Casperson authored and Matthew Casperson committed Mar 30, 2017
1 parent 3fac1c9 commit 48008d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public void enableHar() {

final EnumSet<CaptureType> captureTypes = CaptureType.getAllContentCaptureTypes();
captureTypes.addAll(CaptureType.getCookieCaptureTypes());
captureTypes.addAll(CaptureType.getHeaderCaptureTypes());

proxy
.flatMap(ProxyDetails::getInterface)
Expand Down

0 comments on commit 48008d9

Please sign in to comment.