Home
last modified time | relevance | path

Searched refs:forwardedHost (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/http/
H A DRequest.cpp121 std::string forwardedHost; in proxiedUri() local
125 forwardedHost = matches[1]; in proxiedUri()
132 return URL::complete(protocol + "://" + forwardedHost, root + '/' + uri()); in proxiedUri()
144 std::string forwardedHost = headerValue("X-Forwarded-Host"); in proxiedUri() local
145 if (!forwardedHost.empty()) in proxiedUri()
151 std::size_t pos = forwardedHost.find(':'); in proxiedUri()
154 forwardedHost += ":" + port; in proxiedUri()
158 forwardedHost = forwardedHost.substr(0, pos + 1) + port; in proxiedUri()
162 return URL::complete(protocol + "://" + forwardedHost, root + '/' + uri()); in proxiedUri()
/dports/www/owncloud/owncloud/updater/src/Http/
H A DRequest.php78 $forwardedHost = $this->server('HTTP_X_FORWARDED_HOST');
79 if (!is_null($forwardedHost)) {
80 $host = $this->getPartBeforeComma($forwardedHost);
/dports/www/drupal9/drupal-9.2.10/vendor/laminas/laminas-diactoros/src/functions/
H A Dmarshal_uri_from_sapi.php91 $forwardedHost = $getHeaderFromArray('x-forwarded-host', $headers, false);
92 if ($forwardedHost !== false) {
93 return $marshalHostAndPortFromHeader($forwardedHost);
/dports/www/wt/wt-4.6.1/src/web/
H A DWebRequest.C431 std::string forwardedHost = str(headerValue("X-Forwarded-Host")); in hostName() local
433 if (!forwardedHost.empty()) { in hostName()
434 std::string::size_type i = forwardedHost.rfind(','); in hostName()
436 host = forwardedHost; in hostName()
438 host = forwardedHost.substr(i + 1); in hostName()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/registry/api/v2/
H A Durls.go78 if forwardedHost := r.Header.Get("X-Forwarded-Host"); len(forwardedHost) > 0 {
83 hosts := strings.SplitN(forwardedHost, ",", 2)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls.go78 if forwardedHost := r.Header.Get("X-Forwarded-Host"); len(forwardedHost) > 0 {
83 hosts := strings.SplitN(forwardedHost, ",", 2)
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls.go78 if forwardedHost := r.Header.Get("X-Forwarded-Host"); len(forwardedHost) > 0 {
83 hosts := strings.SplitN(forwardedHost, ",", 2)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls.go78 if forwardedHost := r.Header.Get("X-Forwarded-Host"); len(forwardedHost) > 0 {
83 hosts := strings.SplitN(forwardedHost, ",", 2)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls.go78 if forwardedHost := r.Header.Get("X-Forwarded-Host"); len(forwardedHost) > 0 {
83 hosts := strings.SplitN(forwardedHost, ",", 2)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls.go78 if forwardedHost := r.Header.Get("X-Forwarded-Host"); len(forwardedHost) > 0 {
83 hosts := strings.SplitN(forwardedHost, ",", 2)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls.go78 if forwardedHost := r.Header.Get("X-Forwarded-Host"); len(forwardedHost) > 0 {
83 hosts := strings.SplitN(forwardedHost, ",", 2)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls.go78 if forwardedHost := r.Header.Get("X-Forwarded-Host"); len(forwardedHost) > 0 {
83 hosts := strings.SplitN(forwardedHost, ",", 2)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls.go78 if forwardedHost := r.Header.Get("X-Forwarded-Host"); len(forwardedHost) > 0 {
83 hosts := strings.SplitN(forwardedHost, ",", 2)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls.go78 if forwardedHost := r.Header.Get("X-Forwarded-Host"); len(forwardedHost) > 0 {
83 hosts := strings.SplitN(forwardedHost, ",", 2)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls.go78 if forwardedHost := r.Header.Get("X-Forwarded-Host"); len(forwardedHost) > 0 {
83 hosts := strings.SplitN(forwardedHost, ",", 2)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls.go78 if forwardedHost := r.Header.Get("X-Forwarded-Host"); len(forwardedHost) > 0 {
83 hosts := strings.SplitN(forwardedHost, ",", 2)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls.go78 if forwardedHost := r.Header.Get("X-Forwarded-Host"); len(forwardedHost) > 0 {
83 hosts := strings.SplitN(forwardedHost, ",", 2)
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls.go78 if forwardedHost := r.Header.Get("X-Forwarded-Host"); len(forwardedHost) > 0 {
83 hosts := strings.SplitN(forwardedHost, ",", 2)
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls.go78 if forwardedHost := r.Header.Get("X-Forwarded-Host"); len(forwardedHost) > 0 {
83 hosts := strings.SplitN(forwardedHost, ",", 2)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls.go78 if forwardedHost := r.Header.Get("X-Forwarded-Host"); len(forwardedHost) > 0 {
83 hosts := strings.SplitN(forwardedHost, ",", 2)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls.go78 if forwardedHost := r.Header.Get("X-Forwarded-Host"); len(forwardedHost) > 0 {
83 hosts := strings.SplitN(forwardedHost, ",", 2)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls.go78 if forwardedHost := r.Header.Get("X-Forwarded-Host"); len(forwardedHost) > 0 {
83 hosts := strings.SplitN(forwardedHost, ",", 2)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls.go78 if forwardedHost := r.Header.Get("X-Forwarded-Host"); len(forwardedHost) > 0 {
83 hosts := strings.SplitN(forwardedHost, ",", 2)
/dports/net/traefik/traefik-2.6.1/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls.go78 if forwardedHost := r.Header.Get("X-Forwarded-Host"); len(forwardedHost) > 0 {
83 hosts := strings.SplitN(forwardedHost, ",", 2)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/docker/distribution/registry/api/v2/
H A Durls.go78 if forwardedHost := r.Header.Get("X-Forwarded-Host"); len(forwardedHost) > 0 {
83 hosts := strings.SplitN(forwardedHost, ",", 2)

12