Protect Api_Key – How to? – Need help


Hi There !

  • I’ve got to pass a URL link like “https://mysite?api_key=xxxxxxxx
  • So that AWS opens a secure address like “https://770.cdn.bubble.io/f170…”
  • I’d like to make a trick and get this final address (2nd one), in order to protect my “api_key”
  • So that i could use the second link instead the first one…

Any suggestion to transform address1 into address2?
Javascript? Plugin?

Tks in advance.

I assume you’re worried about someone inspecting your network traffic and obtaining your key. Are you making this call client side? If so, can you not just make it server side? If you make it server side, no one can obtain the key.

I’m using to open a private PDF File…
So, it is a user request directly to the browser…

@augusto1 – I was trying to gauge interest whether to continue developing a plugin. Is this something that you would be looking for?

Exactly it !!!
I think that might solve some plugins that do not deal so well with the transaction time between the address change…
2 Questions might be improved…
Security and “plugins that do not deal with private files”



Source link

Leave a Comment