Daniel Reverri

Results 6 comments of Daniel Reverri

I pushed 0.1.12 out today

If a request manually sets the `Accept-Encoding` header the transport will not automatically decode the response. https://pkg.go.dev/net/http#Transport.DisableCompression Currently, it looks like oathkeeper copies all the headers from the original request...

Is there anything wrong with setting the host header via a filter? ``` case class WithHostHeader(host: String) extends SimpleFilter[Request, Response] { override def apply(request: Request, service: Service[Request, Response]): Future[Response] =...

mkcert makes creating localhost certs very easy https://github.com/FiloSottile/mkcert

@danielgtaylor sorry for not getting back sooner. Regarding the port, it should probably default to its current value (`8484`) but allow the user to override it. A value of `0`...

What's the best way to allow the user to configure the port?