Skip to content

Commit

Permalink
Merge pull request #30 from R-ArcGIS/auth-user
Browse files Browse the repository at this point in the history
use referer instead of refererip
  • Loading branch information
JosiahParry authored Feb 22, 2024
2 parents a3698f8 + df9cc27 commit ec3184b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/arc-auth.R
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ auth_user <- function(
b_req,
username = username,
password = password,
client = "requestip",
client = "referer",
referer = host,
expiration = expiration,
f = "json"
)
Expand Down

0 comments on commit ec3184b

Please sign in to comment.