Felix Hassert

Results 20 comments of Felix Hassert

Let's start with a simple implementation that just uses status 429 to communicate current overuse.

The `key` in the proposal is the "key" feature :). Without it, rate limiting is almost useless. We could even make it a mandatory field. Is it worth to provide...

We ran into the same issue. Corporate proxy is advertised via env vars `https_proxy` with `http://` schema and explicit port `80`. We use axios to fetch a binary in a...

Would it be more straight forward to have an _enable_ flag instead of _disable_?

Gophers like to use false​ as the default value for Booleans :) But I would dare to have true as the default for an enabled flag. Do we have enable(d)/disable(d)...

The desired effect is that the a-c-a-* headers generated by Couper's `cors` block always win.(we do not want to be "smart" and try to merge the headers). Ideally, we use...

Does the problem only occur with payload requests? The OPTIONS PFR is handled by Couper without actually executing the endpoint, isn't it?

I'm almost convinced :) Which attributes would you include in the `WWW-A…` header? Only `error` and maybe `error_description`? We don't have a `realm` and neither an `authorization_uri` or `client_id`, do...

Hi @maorcatmyheritage, we have written our own PHP7 extension to fill that gap. We plan to open source the code very soon in https://github.com/sevenval/. I'll post it here, when it's...

Our PHP7 compatible replacement for CHDB is now available in https://github.com/sevenval/SHMT. To make it quickly available, for the moment we have just dumped our code. We have automated test, but...