DEV Community

Discussion on: I created Hoppscotch 👽 - Open source API development ecosystem

Collapse
 
sduduzog profile image
Sdu

I love this! Here's a quick thought, I didn't research this but what are implications of having server side to proxy a http request? Like a free tier on zeit.co where a requests can be handled by a lambda function and results are sent back to the client side. Full disclaimer, I googled once and got this idea so it's not something I'm proud of.

Collapse
 
liyasthomas profile image
Liyas Thomas

Will surely consider your advice. Stay tuned for future updates 🐱‍💻

Collapse
 
andrewtheant profile image
Andrew Bastin

Umm yeah, a proxy system is something this site might need at some point. As the client side CORS policies kinda break the app (just try sending a request to google.com).

There is an active discussion going on here.

I am really loving contributing to this project.