SameerTi
SameerTi
Thanks @ioolkos for Quick response. Requirement is to be able to connect with Oracle via Lua plugin, however, I guess, that's not supported, please correct me If I'm wrong..!! Hence...
> FWIW Lua also supports https out-of-the-box (not suggesting it is a better option than the webhooks plugin > > ``` > http.ensure_pool({pool_id = "test"}) > ret = http.post("test", "https://www.google.com",...
> @SameerTi I just noticed that some edits on the doc for 1.12.3 were not merged downstream, so some options regarding HTTPS are missing in the WebHooks docs for newer...
Hi @ioolkos If we don't define a Priority on webhooks and diversity, would they still work fine in parallel? Also, as @mths1 mentioned earlier, that "Lua also supports https out-of-the-box...."...
> > FWIW Lua also supports https out-of-the-box (not suggesting it is a better option than the webhooks plugin > > ``` > > http.ensure_pool({pool_id = "test"}) > > ret...