Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: allow non-GET requests for paths ending with /stream (#716)
## What type of PR is this? /kind bug ## What this PR does / why we need it: This PR modifies the ReadOnlyMode middleware to allow non-GET requests for URLs ending with '/stream'. Key changes include: - Adjusting the middleware logic to permit non-GET requests for paths ending with '/stream'. - Ensuring streaming endpoints remain functional in read-only mode, addressing a specific use case where streaming data is required. ## Which issue(s) this PR fixes: Fixes #
- Loading branch information