ajax - Architecture of API Key Implementation -


i might me wrong, new api key fundamentals. please correct me if wrong.

i have javascript front-end, , backend application in php(can technology). want expose api backend application ajax. third party developer use api application without worrying actual implementation on backend.

i expose api key developer, whatever request makes application, uses api key , can keep record of api key accessing application.

as ajax call server, has api key stored in js file i'll give.

the question is: if use seek js file has, 1 api key designed other application. how should implement in secured manner.

can help.?

plain javascript not possible hide end-user since end-user 1 executing code.

you can use obfuscated javascript again there possibility of reverse-engineering.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -