2017 © Pedro Peláez
 

library owsproxy

Mapbender3 library

image

mapbender/owsproxy

Mapbender3 library

  • Sunday, March 4, 2018
  • by eSlider
  • Repository
  • 26 Watchers
  • 2 Stars
  • 2,212 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 15 Versions
  • 21 % Grown

The README.md

Deprecated

This repository is deprecated. Its functionality has been integrated into the mapbender core repository in version 3.3.0., (*1)


Old description: OWS Proxy

Can be used to relay requests and results form clients to servers that are otherwise not directly accessible to the client., (*2)

Features

  • Proxy access is secured by checking a signature on the target URL (signing service provided by Mapbender)
  • Prohibits to communicate with not verified URL's
  • Allows to use server proxies
  • Uses a HTTP proxy to work in tightly secured environments
  • Logs proxy calls for billing

Configuration

The configuration is done in app/config/config.yml at ows_proxy3_core section., (*3)

Options

Proxy

Proxy option allows to communicate services via custom proxy server. The option needs some own configurations:, (*4)

  • host: Proxy server host name. If set to null, OwsProxy works without proxy.
  • port: Proxy server port number.
  • timeout: Give up if OwsProxy doesn't retrieve response from given proxy in number seconds. Default: 60 seconds.
  • connecttimeout: Give up if OwsProxy doesn't reach host in number seconds. Default: 30 seconds.
  • user: Proxy server user name. Default: null.
  • password: Proxy server password for proxy server. Default: null.
  • noproxy: Exclude hosts from connecting through proxy server. Default: null. Hostnames and IP's can be given as an YAML array.
  • checkssl: Checks SSL. Default: false

Configuration example

ows_proxy3_core:
    logging: true               
    obfuscate_client_ip: true 
    proxy:                
        connecttimeout: 30    
        timeout: 60           
        host: localhost            
        port: 8080                 
        noproxy:               
            - localhost           
            - 127.0.0.1           

Sequence diagram

Sequence diagram, (*5)

The Versions

04/03 2018

dev-release/3.0.6

dev-release/3.0.6

Mapbender3 library

  Sources   Download

MIT

The Requires

 

module mapbender owsproxy

04/03 2018

v3.0.6.3

3.0.6.3

Mapbender3 library

  Sources   Download

MIT

The Requires

 

module mapbender owsproxy

04/03 2018

dev-release/3.0.5

dev-release/3.0.5

Mapbender3 library

  Sources   Download

MIT

The Requires

 

module mapbender owsproxy

26/02 2018

v3.0.6.2

3.0.6.2

Mapbender3 library

  Sources   Download

MIT

The Requires

 

module mapbender owsproxy

26/02 2018

dev-release/3.0.7

dev-release/3.0.7

Mapbender3 library

  Sources   Download

MIT

The Requires

 

by Andreas Schmitz
by Paul Schmidt

module mapbender owsproxy

04/02 2018

dev-hotfix/changelog

dev-hotfix/changelog

  Sources   Download

04/02 2018

dev-release/3.1.0

dev-release/3.1.0

  Sources   Download

20/09 2017

dev-feature/add-service-as-proxy

dev-feature/add-service-as-proxy

Mapbender3 library

  Sources   Download

MIT

The Requires

 

module mapbender owsproxy

27/07 2017

dev-master

9999999-dev

Mapbender3 library

  Sources   Download

MIT

The Requires

 

by Andreas Schmitz
by Paul Schmidt

module mapbender owsproxy

14/07 2017

dev-feature/xlf-to-yaml-translations

dev-feature/xlf-to-yaml-translations

Mapbender3 library

  Sources   Download

MIT

The Requires

 

module mapbender owsproxy

14/07 2017

dev-hotfix/translations

dev-hotfix/translations

Mapbender3 library

  Sources   Download

MIT

The Requires

 

module mapbender owsproxy

24/05 2017

v3.0.6.1

3.0.6.1

Mapbender3 library

  Sources   Download

MIT

The Requires

 

module mapbender owsproxy

05/05 2017

v3.0.6.0

3.0.6.0

Mapbender3 library

  Sources   Download

MIT

The Requires

 

module mapbender owsproxy

26/04 2016

1.0.0

1.0.0.0

OWS Proxy

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by Andreas Schmitz
by Paul Schmidt

module mapbender owsproxy

26/04 2016

dev-feature/composer-integration

dev-feature/composer-integration

OWS Proxy

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by Andreas Schmitz
by Paul Schmidt

module mapbender owsproxy