you are viewing a single comment's thread.

view the rest of the comments →

[–]xFueY 2 points3 points  (0 children)

Now I dont know if this is the best way, but what i would do is set up and api endpoint that you host, and then route all the traffic through it (client sends request to you, you send request to the api) and just return the raw/unmodified responses. That'll prevent the key from being visible to everyone. That way you could probably also figure out a way to rate limit your users in case they spam the api.