CruzMarcio

Results 4 comments of CruzMarcio

I believe he meant his token is too big, so the application being proxied is giving a "Header is too large" error. You can try adding "enable strip token" on...

I was able to bypass auth on the local network by using handles: ``` test.example.com { @internal_network { remote_ip 192.168.0.0/24 } handle @internal_network { reverse_proxy destination:80 } handle { authorize...

> @CruzMarcio I also wanted to bypass auth on local network, by using handles, but I get this error: parsing caddyfile tokens for 'handle': directive 'authorize' is not an ordered...

handle { authenticate with myportal reverse_proxy 127.0.0.1:8096 } Should be "authorize" not "authenticate" handle { authorize with myportal reverse_proxy 127.0.0.1:8096 }