erich23

Results 5 comments of erich23

hey @gjreasoner I'm here because I'm seeing a similar issue (https://github.com/kedacore/http-add-on/issues/851 to be exact) and I think this fix can address it. If I can pass in custom headers, I...

hey @gjreasoner and @wozniakjan, here's my implementation of the proposed solution: https://github.com/kedacore/http-add-on/pull/1222. Can you guys give this a review? I'm going to try and get test cases to pass now...

@kahirokunn I'm not familiar with Gateway API's implementation of HTTPRoute, but based on what you're describing my PR is **almost** fulling these requirements. Since it returns a longest prefix match...

@kahirokunn what I mentioned about prefix matches just addresses the ways in which this implementation aligns the conditions below: > * **Exact path matches**: Routes with exact path matches take...

I have something that works with basic header routing locally, but I think the community needs something that's on-par with CNCF project standards: https://github.com/kedacore/http-add-on/issues/1177#issuecomment-2560526309. Unfortunately, I don't have the bandwidth...