python - Secure Azure API rest calls in javascript -


we using azure api management maps python flask api. making javascript ajax calls (azure apis). placing subscription key directly in query parameter of ajax calls.

now have access key (by pressing developer tools or view source), can access apis' well.

is there way hide subscription key in ajax calls?

you can use json web token (jwt) in request, has signature , expiration time.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -