Geoff Bourne
Geoff Bourne
MVP features - form request body - response accept header - Request content type header - Raw request body Later features - Json request shortcut - Json response path extraction
okhttp was needed for its superior URL parsing and it looks like its HTTP operations are cleaner to use. For example, `Response#getPriorResponse` is a cleaner way to resolve filenames from...
When using the auth proxy with Kibana it doesn't seem to restore the original URL (such as a specific dashboard or search view) that was attempted with an expired session.
Go provides a standard solution for reverse proxies, which could be used in place of the current backend request proxy code: https://golang.org/pkg/net/http/httputil/#ReverseProxy
As seen in issues like #2930, the default of "SKIP" is not intuitive for new (and probably most, myself included) users. The default of "SKIP" was only implemented to continue...
Until https://github.com/modrinth/code/issues/2590 is resolved, there are projects like https://api.modrinth.com/v2/project/dynmap that report a `server_side` of "unknown" even though that is not a documented enum value in the project model: https://docs.modrinth.com/#tag/misc/operation/statistics [Reported...
The first attempt in https://github.com/itzg/docker-minecraft-server/pull/2883 pulled the files too early in startup and conflicted with users needing to pull over configs from `/config` mount, https://github.com/itzg/docker-minecraft-server/issues/2894 The implementation should instead pull...