Simon Kowallik
Simon Kowallik
### Description This feature adds a `/tags` endpoint and inserts HTTP headers, both based on environment variables. The new endpoint returns environment variables (and their values) starting with `HTTPBIN_`. `XHTTPBIN_`...
address issue #554 - update test_httpbin.py to reflect new behaviour of werkzeug >=0.15.1 - require werkzeug>=0.15.1 in Pipfile - update Pipfile.lock with werkzeug 0.15.1 hashes
Adds X-Powered-By: httpbin/ Header expressed in idea #431. `def set_cors_headers(response):` seems to be the best/only place to add headers which are always sent. Global `version` variable is used, introduced in...
Recent travis-ci tests fail. In particular `test_get` and `test_anything`. Both tests expect the `Content-Length` header to be present: https://github.com/postmanlabs/httpbin/blob/f8ec666b4d1b654e4ff6aedd356f510dcac09f83/test_httpbin.py#L151 https://github.com/postmanlabs/httpbin/blob/f8ec666b4d1b654e4ff6aedd356f510dcac09f83/test_httpbin.py#L165 It seems there is a behaviour change in werkzeug between...
Moving from ubuntu to alpine reduces the image size dramatically. (534MB -> 147MB)
Tests will fail due to issue #554
This PR implements the missing `referrals` attribute which was introduced with TMOS 15.1.x. #2251
### Is your feature request related to a problem? Please describe. The `referrals` attribute has to be set in `auth ldap system-auth` since TMOS version 15.1.x, see: [K17311](https://support.f5.com/csp/article/K17311). Previously it...
The description for the SAP Fiori Application Ready Template is incorrect, see: https://github.com/f5devcentral/f5-asm-policy-templates/blob/9596750edbac8fb31e7f9cb1fd9033abf6e88680/application_ready_template/SAP%20Fiori/SAP_Fiori_Ready_Template_v6.1.6_v14.1.xml#L11
The since some time the `main` branch is the new default branch while the master branch still exists and holds, now outdated, data. This can cause issues for those who...