Skip to content

Commit

Permalink
feat(api): Add authentication headers to HAR request (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeisss authored May 6, 2024
1 parent 2b6e895 commit 2e28910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/har.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func (c *Client) Har(fileName string, data io.Reader) (string, error) {
return "", err
}

c.setUserAgent(req)
c.addDefaultHeaders(req)

resp, err := c.HTTPClient.Do(req)
if err != nil {
Expand Down

0 comments on commit 2e28910

Please sign in to comment.