I am getting a 401 when I attempt to create a cache

Not applicable

I am using my training account to do some experiments. And unable to create a cache. I want a clean replication to insure no side-effects with the work environment

6784-cache.png

Solved Solved
0 1 172
1 ACCEPTED SOLUTION

Let's see if I can help.

The 401 means "Unauthorized".

You need to specify credentials to make the call.

Q1. Are you specifying valid credentials? That would be a token (JWT) or a Basic Authentication blob in the Authorization header. Are you certain that you're doing that correctly?

Q2. Why not use the UI to create the cache? If you use the Administrative UI then your credentials are automatically forwarded to the Management server.

View solution in original post

1 REPLY 1

Let's see if I can help.

The 401 means "Unauthorized".

You need to specify credentials to make the call.

Q1. Are you specifying valid credentials? That would be a token (JWT) or a Basic Authentication blob in the Authorization header. Are you certain that you're doing that correctly?

Q2. Why not use the UI to create the cache? If you use the Administrative UI then your credentials are automatically forwarded to the Management server.