DEV Community

Discussion on: I created Hoppscotch πŸ‘½ - Open source API development ecosystem

Collapse
 
liyasthomas profile image
Liyas Thomas

PW is a 100% client side rendered application. Request is API calls are made and send from client machine unless Proxy mode is toggle on.

Collapse
 
v6 profile image
πŸ¦„N BπŸ›‘

And how are the secrets / credentials / etc. handled on this client side rendered application?

E.g. if I want to use some sensitive authentication values in a header, is there a way for me to protect the protection afforded by my browser?