javascript - How to talk to a 3rd party API securely on the client? -


i'm designing api paid-for access.

customers may want consume api on server (all fine) on client through javascript.

i have trouble conceptually coming way safely. i.e: secure methods (i know @ least) rely on way of doing secret handshake, private key, etc. thing is, when issuing requests client private key see.

of course whitelisting on domain-names can spoofed.

so: how talk 3rd party api securely on client?


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -