Proxy Server

2 posts tagged with "Proxy Server"

June 1, 2019 · 3 min read
Wildcard Routing is an Anti-Pattern
Probably the most cringy pattern I see when creating apps is wildcard routing. With the next version of Express changing support for wildcards, many
JavaScript, Web Development, Programming
April 20, 2019 · 9 min read
Using React's Proxy to get ahead of CORS & use HTTPS for API calls
My experience of managing to use CRA React's Proxy feature to proxy an API server like it's in Production and use Secure HTTPS on localhost!
JavaScript, Web Development, Programming, Security