Skip to content
New issue

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

Rate limiting didn't disable with boolean in 4.3.x #76

Closed
avoidwork opened this issue Feb 7, 2017 · 0 comments
Closed

Rate limiting didn't disable with boolean in 4.3.x #76

avoidwork opened this issue Feb 7, 2017 · 0 comments
Assignees

Comments

@avoidwork
Copy link
Owner

avoidwork commented Feb 7, 2017

I shouldn't have seen a set of rate limit headers in the following response:

kuma:~ jamullig$ curl -i -X HEAD https://parking.corp.adobe.com
Warning: Setting custom HTTP method to HEAD with -X/--request may not work the 
Warning: way you want. Consider using -I/--head instead.
HTTP/1.1 200 OK
server: tenso/4.3.21
x-powered-by: node.js/6.9.5
allow: GET, HEAD, OPTIONS
x-frame-options: SAMEORIGIN
strict-transport-security: max-age=10886400; includeSubDomains; preload
x-ratelimit-limit: 50
x-ratelimit-remaining: 49
x-ratelimit-reset: 1486480307
accept-ranges: bytes
content-type: text/html; charset=utf-8
cache-control: no-cache
connection: close
content-length: 0
x-response-time: 0.52 ms
set-cookie: connect.sid=abc; Path=/; HttpOnly
Date: Tue, 07 Feb 2017 15:09:47 GMT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant