Coder Social home page Coder Social logo

plack-middleware-proxy-byheader's Introduction

NAME

Plack::Middleware::Proxy::ByHeader - choose remote host by header

SYNOPSIS

my $app = builder {
  enable "Proxy::ByHeader", 
      header  => [ 'X-Taz-Proxy-To', 'Host' ];
      allowed => [ 'example.com', 'www.example.com', 'www2.example.com' ];

  Plack::App::Proxy->new()->to_app;
}

DESCRIPTION

Plack::Middleware::Proxy::ByHeader examines the request header to set the special environment variable plack.proxy.url which is used by Plack::App::Proxy to proxy the request.

If any of the header field names set with the option header is present in the request and if its value matches one of the allowed values, plack.proxy.url is set to the request uri with the hostname changed to the value of the header field.

The first present header short circuts the check even its value is not allowed. In this case the request is left unchanged.

If multiple headers with the same field name are present, the last value is used.

ATTRIBUTES

header

An array referece of headers to check. Defaults to the HOST header.

allowed

An array reference of allowed remote hosts. The hosts has to match perfectly, subdomains or wildcards are not possible. Defaults to an empty array reference which has the special meaning of allowing every remote target.

SEE ALSO

Plack::App::Proxy

AUTHOR

Mario Domgoergen <[email protected]>

plack-middleware-proxy-byheader's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.