Skip to content

Commit

Permalink
fix csw transaction for auth headers
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jul 5, 2021
1 parent 8f294ed commit c408579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/CSWTransaction.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ CSWTransaction <- R6Class("CSWTransaction",
constraint = constraint
)
super$initialize(op, "POST", url, request = private$xmlElement,
user = user, pwd = pwd, token = token, headers = list(),
user = user, pwd = pwd, token = token, headers = headers,
contentType = "text/xml", mimeType = "text/xml",
logger = logger, ...)
self$wrap <- TRUE
Expand Down

0 comments on commit c408579

Please sign in to comment.