Sam Ottenhoff
Sam Ottenhoff
Hierarchy one-to-one relationship seemed like root of issues with upgrading.
Let's see if it builds .....
desired-capabilities does not have a license declared. Issue sent: https://github.com/shawnbot/desired-capabilities/issues/2
Many commonly-spoofed domains like gmail.com and yandex.com post p=none DMARC policies. It would be nice to override their cautious desire, and to apply a reject policy on spoofed mail from...
A common legacy-app routing setup looks like this: ``` reverse_proxy tomcat_serverA:8080 tomcat_serverB:8080 { lb_policy cookie } ``` The result might be: ``` $ curl -I https://demo.example/portal/ HTTP/2 200 cache-control: no-store,...
## Why you need it? "Cookies that do not specify a SameSite attribute will be treated as if they specified SameSite=Lax, i.e. they will be restricted to first-party or same-site...
What are some improvements to make to the CI integration? Test the Docker setup? Are there unit tests you would like to see added? Are there some basic web tests...
Currently, a reverse proxy config looks like this: ``` reverse_proxy to https://server101.local:8443 https://server102.local:8443 } ``` It would be nice if the upstreams had a name like `server101` and `server102`. A...
Use case: I know how to health-check my upstreams separately, but I want to quickly understand which upstreams *Caddy* believes are healthy or unhealthy. I am using active health checks...