Viraj Salaka
Viraj Salaka
I guess it would be better to add an integration test too. An openapi with both production-endpoints and sandbox endpoints are the same. We do a call based on production...
This was not supported in earlier versions too. Hence it needs to be considered as a new feature.
This is due to the fact that I forgot to install ballerina to the host machine.
Issue still exists. The reason is due to https://github.com/wso2/product-microgateway/blob/78a9fc36328f3c1d8a3b5ade2c2741cd19a00e69/tests/src/test/java/org/wso2/micro/gateway/tests/common/CLIExecutor.java#L72.
https://github.com/envoyproxy/envoy/issues/19696 This would help
Moving forward, we need this information to be included within the deployment.json file. This could reduce the load on the API Manager significantly. There are edge cases where #2985 cannot...
The discussed solution was to periodically poll from control plane.
Explanation is provided in following PR https://github.com/wso2/product-microgateway/pull/2341
this is a design suggestion on how to include this feature. First let's allow user to fill the address, town, requirement (in mentioned order) rather than filling the whole form...
As per [w3c](https://fetch.spec.whatwg.org/#cors-preflight-request), I think we can separate the preflight request from other Options calls via `Access-Control-Request-Method` and `Access-Control-Request-Headers` headers. Rather than allowing that request to proceed to the next...