Skip to content

Commit

Permalink
Merge pull request #3 from dac09/master
Browse files Browse the repository at this point in the history
Update HTTPDigestAuth.js
  • Loading branch information
mittsh committed Sep 12, 2016
2 parents 1ab3d2f + 12ee9bd commit 1378bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HTTPDigestAuth.js
Expand Up @@ -40,7 +40,7 @@ export default class HTTPDigestAuth {
//noinspection JSUnresolvedFunction
const request = new NetworkHTTPRequest()
request.requestUrl = currentRequest.url
request.method = currentRequest.method
request.requestMethod = currentRequest.method
let currentUserAgent = currentRequest.getHeaderByName('User-Agent')
if (currentUserAgent == null) {
currentUserAgent = "Paw/" + bundle.appVersion + " (Macintosh; OS X/" + bundle.osVersion + ") GCDHTTPRequest"
Expand Down

0 comments on commit 1378bd0

Please sign in to comment.