Added static Basic Authentication policy but no pop up #1452
-
So I followed the crash course and added the Basic Authentication policy with a static user for testing purposes. When accessing the api endpoint with the allocated APIKey, no popup appears to capture the username and password and it just returns Unauthorized immediately. When I try to access the same url via Postman and add a Basic Auth header I just get 401 Unauthorized back. What am I missing from a configuration point of view. The gateway on manager tests successfully, so connection there seems good. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Good morning! Can you post a screenshot of your basic auth policy config and a |
Beta Was this translation helpful? Give feedback.
Good morning!
Can you post a screenshot of your basic auth policy config and a
curl -v
or similar through your gateway that you were expecting to have BASIC auth enabled on?