Proxy
Everything on SkillVeris tagged Proxy — collected across the glossary, study notes, blog, and cheat sheets.
5 resources across 2 libraries
Study Notes(4)
Certificate and Proxy Settings
Learn how to configure client-side TLS certificates, manage CA certificate verification, and route Postman traffic through a proxy for corporate networks or tr…
Reverse Proxy Basics
Learn what a reverse proxy does, how nginx's proxy_pass directive rewrites request paths, and how to preserve client context with forwarded headers.
Proxy Pattern
The Proxy pattern provides a surrogate or placeholder object that controls access to another object, adding a layer for lazy loading, access control, caching,…
Facade and Proxy Patterns
Learn how Facade simplifies access to a complex subsystem and how Proxy controls access to another object via a shared interface.