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