We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When making a request with an explicit Proxy-Authorization header, mockbin doesn't show this header in the headers object.
Proxy-Authorization
headers
$ curl -H "Proxy-Authorization: Basic hello" mockbin.org/request { "startedDateTime": "2015-08-13T09:26:34.946Z", "clientIPAddress": "40.140.33.170", "method": "GET", "url": "http://mockbin.org/request", "httpVersion": "HTTP/1.1", "cookies": {}, "headers": { "host": "mockbin.org", "connection": "close", "user-agent": "curl/7.37.1", "accept": "*/*", "x-request-id": "1791d542-4330-49d2-aa8d-547f70c6fbd3", "x-forwarded-for": "40.140.33.170", "x-forwarded-proto": "http", "x-forwarded-port": "80", "via": "1.1 vegur", "connect-time": "0", "x-request-start": "1439457994938", "total-route-time": "0" }, "queryString": {}, "postData": { "mimeType": "application/octet-stream", "text": "", "params": [] }, "headersSize": 334, "bodySize": 0 }
The text was updated successfully, but these errors were encountered:
another heroku related problem.
Sorry, something went wrong.
Let me know if you plan on fixing this, because otherwise I need to fallback to a different solution since it's currently breaking Kong's tests.
yep, will be moving to AWS over the weekend.
Adds support for Proxy-Authorization, and closes #460
dbe9310
Moved?
ahmadnassri
No branches or pull requests
When making a request with an explicit
Proxy-Authorization
header, mockbin doesn't show this header in theheaders
object.The text was updated successfully, but these errors were encountered: