From ddb667201334ca2c1387f08b31280f633d049958 Mon Sep 17 00:00:00 2001 From: Cristina Aurrecoechea Date: Wed, 29 Jul 2026 06:46:08 -0400 Subject: [PATCH] more detail --- .../java/org/gusdb/wdk/service/filter/CheckLoginFilter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Service/src/main/java/org/gusdb/wdk/service/filter/CheckLoginFilter.java b/Service/src/main/java/org/gusdb/wdk/service/filter/CheckLoginFilter.java index 331ad922a..a383c67db 100644 --- a/Service/src/main/java/org/gusdb/wdk/service/filter/CheckLoginFilter.java +++ b/Service/src/main/java/org/gusdb/wdk/service/filter/CheckLoginFilter.java @@ -102,7 +102,7 @@ protected boolean isGuestUserAllowed(String path) { // client-facing messages when authorization fails private static final String MISSING_OR_INVALID_TOKEN = "Valid API Key required for this endpoint."; private static final String EXPIRED_TOKEN = "Submitted API Key has expired."; - private static final String REGISTERED_USERS_ONLY = "This endpoint is only available to registered users, and requires an API key."; + private static final String REGISTERED_USERS_ONLY = "This endpoint is only available to registered users, and requires an API key. If you are using your browser, make sure you are logged in into the website. If you are trying to get the files programmatically:"; /** * @return additional explanation to be returned with 401/403 responses