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' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -