Results 3 comments of Sam Meng

+1 to this. It is hard to restrict API keys by referrers without this.

Could there be an addition to the projects object to have an `excludes` field with the same schema as the `sources` field? Or do we have another action plan with...

When encoding before calling the OpenSearchClient.get(), the encoded `%` characters would then get decoded as well. The problem is this line of code: https://github.com/opensearch-project/opensearch-java/blob/main/java-client/src/main/java/org/opensearch/client/opensearch/core/GetRequest.java#L507 Which calls this method: https://github.com/opensearch-project/opensearch-java/blob/388447604a0a5e115c2f6052f5904fc6c1f13bd5/java-client/src/main/java/org/opensearch/client/transport/endpoints/SimpleEndpoint.java#L135 Unfortunately,...